Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / UseObjectStreams Enumeration

In This Topic
    UseObjectStreams Enumeration
    In This Topic
    Defines how to use object streams when saving a PDF document.
    Syntax
    'Declaration
     
    Public Enum UseObjectStreams 
       Inherits System.Enum
    public enum UseObjectStreams : System.Enum 
    Members
    MemberDescription
    MultipleUses multiple object streams. This may slightly increase the file size compared to Single, but the PDF will open without delay in a viewer.
    NoneDo not use object streams.
    SingleUse 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.UseObjectStreams

    See Also