Output |
The parameters for document-level features of output PDFs
Output options are used in many operations that create PDF documents.public class OutputOptions : NativeObject
The OutputOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputOptions |
| Name | Description | |
|---|---|---|
| Encryption | The parameters to encrypt output PDFs If , no encryption is used. Encryption is not allowed by the PDF/A ISO standards. For that reason, it is recommended to use when processing PDF/A documents. Otherwise, most operations will remove PDF/A conformance from the output document. More details can be found in the documentation of the operation. Default: , no encryption is used. | |
| MetadataSettings | Default: , metadata are copied to the output document. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) |