VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / UsePageRotateProperty Property
Синтаксис Требования Смотрите также
В этом разделе
    UsePageRotateProperty Свойство (PdfRenderingSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, следует ли поворачивать визуализированную страницу, если в PDF документе указан поворот страницы.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")>
    Public Property UsePageRotateProperty As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")]
    public bool UsePageRotateProperty { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")]
    public: __property bool get_UsePageRotateProperty();
    public: __property void set_UsePageRotateProperty(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")]
    public:
    property bool UsePageRotateProperty { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

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

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