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

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

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