FixedDocument Constructor (ResourceManager, PdfStandard, PdfVersion)

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(
	ResourceManager resourceManager,
	PdfStandard pdfStandard,
	PdfVersion version = null
)

Parameters

resourceManager
Type: Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager
The resource manager.
pdfStandard
Type: Apitron.PDF.KitPdfStandard
The PdfStandard to be used during edit and save.
version (Optional)
Type: Apitron.PDF.KitPdfVersion
The PDF version.
See Also

Reference