[]
Defines how to use object streams when saving a PDF document.
public enum UseObjectStreams
Public Enum UseObjectStreams
Name | Description |
---|---|
Multiple | Uses multiple object streams. This may slightly increase the file size compared to Single, but the PDF will open without delay in a viewer. |
None | Do not use object streams. |
Single | Use a single object stream for the entire document. Enabling this option can significantly reduce the PDF file size, though it may introduce a delay when opening the PDF in a viewer. |