Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / GcProps Property

In This Topic
    GcProps Property
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Spec.PdfDict object that can be used to associate arbitrary data with this field.

    Note that for text values, in most cases the GrapeCity.Documents.Pdf.Spec.PdfString type should be used rather than System.String.

    Syntax
    'Declaration
     
    Public ReadOnly Property GcProps As PdfDict
    public PdfDict GcProps {get;}
    See Also