FlowDocumentToFixedDocument Method (ResourceManager, PageBoundary, PdfStandard)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Generates the FixedDocument from this instance.

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,
	PageBoundary boundary = null,
	PdfStandard pdfStandard = PdfStandard.AsIs
)

Parameters

resourceManager
Type: Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager
The resource manager that holds resources used in current markup.
boundary (Optional)
Type: Apitron.PDF.Kit.FixedLayout.PagePropertiesPageBoundary
The page boundary. If it's null then page size A4 will be used.
pdfStandard (Optional)
Type: Apitron.PDF.KitPdfStandard
The pdf standard to be used for conversion. By default the ISO 32000 is being used. Other supported standards are defined in PdfStandard enum.

Return Value

Type: FixedDocument
FixedDocument entity.
Exceptions

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

Reference