Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagPropsBase Class / Properties Property

In This Topic
    Properties Property
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Spec.IPdfDict object containing the current tag's properties.
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As IPdfDict
    public IPdfDict Properties {get;}
    See Also