Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureAppearance Class / TextFormat Property

In This Topic
    TextFormat Property (SignatureAppearance)
    In This Topic
    Gets or sets the GrapeCity.Documents.Text.TextFormat object defining text format. FontSize can be 0 in this case text will be fit in available bounds.
    Syntax
    'Declaration
     
    Public Property TextFormat As TextFormat
    public TextFormat TextFormat {get; set;}
    See Also