VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoder Class / DocumentFormat Property
Синтаксис Требования Смотрите также
В этом разделе
    DocumentFormat Свойство (PdfEncoder)
    В этом разделе
    Возвращает или задает формат кодирования документа.
    Синтаксис
    'Declaration
    
    Public Property DocumentFormat As Vintasoft.Imaging.Pdf.PdfFormat
    
    
    public Vintasoft.Imaging.Pdf.PdfFormat DocumentFormat { get; set; }
    
    
    public: __property Vintasoft.Imaging.Pdf.PdfFormat* get_DocumentFormat();
    public: __property void set_DocumentFormat(
    Vintasoft.Imaging.Pdf.PdfFormat* value
    );

    Property Value

    null - формат будет выбран автоматически.
    Требования

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

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