Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SavePdfOptions Class
Properties

In This Topic
    SavePdfOptions Class Members
    In This Topic

    The following tables list the members exposed by SavePdfOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SavePdfOptions class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value specifying the PDF save mode.  
    Public PropertyGets 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.  
    Public PropertyGets 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:
    • The document is created using StartDocEndDoc methods.
    • The document is saved in linearized form.
    • The document uses cross-reference table and is saved using incremental update.
     
    Top
    See Also