FixedDocument Constructor (Stream, ResourceManager, AuthEventHandler, PdfStandard)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the FixedDocument class.

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public FixedDocument(
	Stream stream,
	ResourceManager resourceManager,
	AuthEventHandler authRequestHandler = null,
	PdfStandard standard = PdfStandard.AsIs
)

Parameters

stream
Type: System.IOStream
The stream.
resourceManager
Type: Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager
The resource manager.
authRequestHandler (Optional)
Type: Apitron.PDF.Kit.SecurityAuthEventHandler
The authentication request handler.
standard (Optional)
Type: Apitron.PDF.KitPdfStandard
The PdfStandard to be used during edit and save.
See Also

Reference