[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.UseObjectStreams

UseObjectStreams Enum

Defines how to use object streams when saving a PDF document.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public enum UseObjectStreams
Public Enum UseObjectStreams

Fields

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.