VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfBookmark Class / flags Property
Syntax Requirements SeeAlso
In This Topic
    flags Property (WebPdfBookmark)
    In This Topic
    Gets or sets a flags specifying style characteristics for displaying the bookmark item's text.
    Syntax
    'Declaration
    
    Public Property flags As Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags
    
    
    public Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags flags { get; set; }
    
    
    public: __property Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags get_flags();
    public: __property void set_flags(
    Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags value
    );
    public:
    property Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags flags { Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags get(); void set(Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags value); }

    Property Value

    Default value is Vintasoft.Imaging.Pdf.Tree.PdfBookmarkFlags.None.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also