Click or drag to resize

PDFAComplianceSaveAsAsync Method

Serializes the converted PDF/A document to a file on disk.

Namespace:  pdftron.PDF.PDFA
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public IAsyncAction SaveAsAsync(
	StorageFile file,
	bool linearized
)

Parameters

file
Type: StorageFile
the output file
linearized
Type: SystemBoolean
- An optional flag used to specify whether the resulting PDF/A document should be web-optimized (linearized).

Return Value

Type: IAsyncAction

[Missing <returns> documentation for "M:pdftron.PDF.PDFA.PDFACompliance.SaveAsAsync(Windows.Storage.StorageFile,System.Boolean)"]

Remarks
This method assumes that the first parameter passed in PDFACompliance constructor (i.e. the convert parameter) is set to 'true'.
See Also