VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / DocumentPackOutputStream Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    DocumentPackOutputStream Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или устанавливает упакованный (выходной) поток.
    Синтаксис
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property DocumentPackOutputStream As System.IO.Stream
    
    
    [Browsable(False)]
    public System.IO.Stream DocumentPackOutputStream { get; set; }
    
    
    [Browsable(False)]
    public: __property System.IO.Stream* get_DocumentPackOutputStream();
    public: __property void set_DocumentPackOutputStream(
    System.IO.Stream* value
    );
    [Browsable(False)]
    public:
    property System.IO.Stream^ DocumentPackOutputStream { System.IO.Stream^ get(); void set(System.IO.Stream^ value); }

    Property Value

    Значение по умолчанию - null.
    Ремарки

    См. примечание здесь PdfDocumentPackCommand.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также