VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / HasAppearance Property
Синтаксис Требования Смотрите также
В этом разделе
    HasAppearance Свойство (PdfAnnotation)
    В этом разделе
    Возвращает значение, указывающее, имеет ли эта аннотация внешний вид.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute("A value indicating whether this annotation has appearance.")>
    Public ReadOnly Property HasAppearance As Boolean
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public bool HasAppearance { get; }
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public: __property bool get_HasAppearance();
    
    
    
    [Category("Appearance")]
    [Description("A value indicating whether this annotation has appearance.")]
    public:
    property bool HasAppearance { bool get(); }

    Property Value

    True, если эта аннотация имеет внешний вид; в противном случае - false.
    Требования

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

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