OutputData Property

The output PDF data.

Syntax


 getOutputData(): Uint8Array;

 setOutputData(outputData: Uint8Array): void;

Default Value

""

Remarks

If OutputFile is empty, after calling Save this property will be populated with the new PDF data. Otherwise, this property returns an empty string.

Output Properties

The class will determine the source of the output based on which properties are set.

The order in which the output properties are checked is as follows:

When a valid source is found the search stops.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 JS Edition - Version 20.0 [Build 7941]