Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RedactAnnotation Class / OverlayAppearance Property

In This Topic
    OverlayAppearance Property
    In This Topic
    Gets the DefaultAppearance object that specifies the visual properties (font, font size etc.) used to format the overlay text.
    Syntax
    'Declaration
     
    Public ReadOnly Property OverlayAppearance As DefaultAppearance
    public DefaultAppearance OverlayAppearance {get;}
    See Also