VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfConvertToImageOnlyCommand Class / RenderingSettings Property
Syntax Requirements SeeAlso
In This Topic
    RenderingSettings Property (PdfConvertToImageOnlyCommand)
    In This Topic
    Gets or sets the rendering settings that is used for rasterizing of PDF pages.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <DescriptionAttribute("The rendering settings that is used for rasterizing of PDF pages.")>
    Public Property RenderingSettings As Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The rendering settings that is used for rasterizing of PDF pages.")]
    public Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings RenderingSettings { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The rendering settings that is used for rasterizing of PDF pages.")]
    public: __property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* get_RenderingSettings();
    public: __property void set_RenderingSettings(
    Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings* value
    );
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The rendering settings that is used for rasterizing of PDF pages.")]
    public:
    property Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ RenderingSettings { Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ get(); void set(Vintasoft.Imaging.Codecs.Decoders.PdfRenderingSettings^ value); }
    Requirements

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

    See Also