'Declaration Public Enum UseObjectStreams Inherits System.Enum
public enum UseObjectStreams : System.Enum
'Declaration Public Enum UseObjectStreams Inherits System.Enum
public enum UseObjectStreams : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.UseObjectStreams