Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SavePdfOptions Class / SavePdfOptions Constructor
The value of the Mode property.
The value of the PdfStreamHandling property.
The value of the UseObjectStreams property.

In This Topic
    SavePdfOptions Constructor
    In This Topic
    Initializes a new instance of the SavePdfOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal mode As SaveMode, _
       Optional ByVal pdfStreamHandling As PdfStreamHandling, _
       Optional ByVal useObjectStreams As UseObjectStreams _
    )
    public SavePdfOptions( 
       SaveMode mode,
       PdfStreamHandling pdfStreamHandling,
       UseObjectStreams useObjectStreams
    )

    Parameters

    mode
    The value of the Mode property.
    pdfStreamHandling
    The value of the PdfStreamHandling property.
    useObjectStreams
    The value of the UseObjectStreams property.
    See Also