Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / Flags Property

In This Topic
    Flags Property (AnnotationBase)
    In This Topic
    Gets or sets the flags specifying various characteristics of the annotation.
    Syntax
    'Declaration
     
    Public Property Flags As AnnotationFlags
    public AnnotationFlags Flags {get; set;}
    See Also