VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Office Namespace / PdfToDocxConverter Class / DefaultDecodingSettings Property
Syntax Requirements SeeAlso
In This Topic
    DefaultDecodingSettings Property (PdfToDocxConverter)
    In This Topic
    Gets or sets default settings, which are used for decoding of PDF document pages.
    Syntax
    'Declaration
    
    Public Shared Property DefaultDecodingSettings As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings
    
    
    public static Vintasoft.Imaging.Codecs.Decoders.DecodingSettings DefaultDecodingSettings { get; set; }
    
    
    public: __property static Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* get_DefaultDecodingSettings();
    public: __property static void set_DefaultDecodingSettings(
    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