FlowDocumentToFixedDocument Method (ResourceManager, PDFALevels, PageBoundary)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Generates the FixedDocument from this instance. The resulting document will be saved in PDFA.

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 ToFixedDocument(
	ResourceManager resourceManager,
	PDFALevels pdfaLevel,
	PageBoundary boundary = null
)

Parameters

resourceManager
Type: Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager
The resource manager that holds resources used in current markup.
pdfaLevel
Type: Apitron.PDF.KitPDFALevels
The PDFALevels to be used for saving.
boundary (Optional)
Type: Apitron.PDF.Kit.FixedLayout.PagePropertiesPageBoundary
The page boundary. If it's null then page size A4 will be used.

Return Value

Type: FixedDocument
FixedDocument entity.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf resourceManager is null.
DocumentSaveExceptionIf document processing fails for any other reason.
See Also

Reference