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

    Property Value

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

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

    Требования

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

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