VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsNoRotate Property
Синтаксис Требования Смотрите также
В этом разделе
    IsNoRotate Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли внешний вид аннотации НЕ поворачиваться в соответствии с поворотом страницы.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")>
    <RefreshPropertiesAttribute(Repaint)>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    Public Property IsNoRotate As Boolean
    
    
    [Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")]
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    public bool IsNoRotate { get; set; }
    
    
    [Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")]
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    public: __property bool get_IsNoRotate();
    public: __property void set_IsNoRotate(
    bool value
    );
    [Description("A value indicating whether the annotation appearance must NOT be rotated to match the rotation of the page.")]
    [RefreshProperties(Repaint)]
    [Category("Behavior")]
    [DefaultValue(False)]
    public:
    property bool IsNoRotate { bool get(); void set(bool value); }
    Требования

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

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