Name | Description | |
---|---|---|
SavePdfOptions Constructor | Initializes a new instance of the SavePdfOptions class. |
The following tables list the members exposed by SavePdfOptions.
Name | Description | |
---|---|---|
SavePdfOptions Constructor | Initializes a new instance of the SavePdfOptions class. |
Name | Description | |
---|---|---|
Mode | Gets or sets a value specifying the PDF save mode. | |
PdfStreamHandling | Gets or sets a value controlling how existing PDF streams will be handled when the document is saved. Note that this property is meaningful only if an existing PDF has been loaded. | |
UseObjectStreams | Gets or sets a value indicating whether to use object streams when saving the PDF.
Setting this property to UseObjectStreams.Multiple (recommended) or Single would in most cases significantly reduce the size of the PDF. Note that this property is ignored and object streams are not used if: |