VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / Flags Property
Syntax Requirements SeeAlso
In This Topic
    Flags Property (PdfAnnotation)
    In This Topic
    Gets or sets a set of flags, which are specifying various characteristics of the annotation.
    Syntax
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A set of flags, which are specifying various characteristics of the annotation.")>
    <DefaultValueAttribute(None)>
    <RefreshPropertiesAttribute(Repaint)>
    Public Property Flags As PdfAnnotationFlags
    
    
    [Category("Behavior")]
    [Description("A set of flags, which are specifying various characteristics of the annotation.")]
    [DefaultValue(None)]
    [RefreshProperties(Repaint)]
    public PdfAnnotationFlags Flags { get; set; }
    
    
    [Category("Behavior")]
    [Description("A set of flags, which are specifying various characteristics of the annotation.")]
    [DefaultValue(None)]
    [RefreshProperties(Repaint)]
    public: __property PdfAnnotationFlags get_Flags();
    public: __property void set_Flags(
    PdfAnnotationFlags value
    );
    [Category("Behavior")]
    [Description("A set of flags, which are specifying various characteristics of the annotation.")]
    [DefaultValue(None)]
    [RefreshProperties(Repaint)]
    public:
    property PdfAnnotationFlags Flags { PdfAnnotationFlags get(); void set(PdfAnnotationFlags value); }

    Property Value

    Default value is PdfAnnotationFlags.None.
    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