VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfConvertToImageOnlyCommand Class / DecodingSettings Property
Syntax Requirements SeeAlso
In This Topic
    DecodingSettings Property (PdfConvertToImageOnlyCommand)
    In This Topic
    Gets or sets the decoding settings that are used for rasterizing of PDF pages.
    Syntax
    '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); }
    Requirements

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

    See Also