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

In This Topic
    PdfStreamHandling Property
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property PdfStreamHandling As PdfStreamHandling
    public PdfStreamHandling PdfStreamHandling {get; set;}
    See Also