VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentPackCommand Class / OutputStream Property
Syntax Remarks Requirements SeeAlso
In This Topic
    OutputStream Property (PdfDocumentPackCommand)
    In This Topic
    Gets or sets the output stream.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property OutputStream As System.IO.Stream
    
    
    [Browsable(False)]
    public System.IO.Stream OutputStream { get; set; }
    
    
    [Browsable(False)]
    public: __property System.IO.Stream* get_OutputStream();
    public: __property void set_OutputStream(
    System.IO.Stream* value
    );
    [Browsable(False)]
    public:
    property System.IO.Stream^ OutputStream { System.IO.Stream^ get(); void set(System.IO.Stream^ value); }

    Property Value

    Default value is null.
    Remarks

    See remark here PdfDocumentPackCommand.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also