VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfConvertToImageOnlyCommand Class / DecodingSettings Property
Синтаксис Требования Смотрите также
В этом разделе
    DecodingSettings Свойство (PdfConvertToImageOnlyCommand)
    В этом разделе
    Возвращает или задает параметры декодирования, используемые для растеризации PDF страниц.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The decoding settings that are used for rasterizing of PDF pages.")>
    Public Property DecodingSettings As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings
    
    
    [Description("The decoding settings that are used for rasterizing of PDF pages.")]
    public Vintasoft.Imaging.Codecs.Decoders.DecodingSettings DecodingSettings { get; set; }
    
    
    [Description("The decoding settings that are used for rasterizing of PDF pages.")]
    public: __property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* get_DecodingSettings();
    public: __property void set_DecodingSettings(
    Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* value
    );
    [Description("The decoding settings that are used for rasterizing of PDF pages.")]
    public:
    property Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ DecodingSettings { Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ value); }
    Требования

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

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