Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FormattableInline Class / Format Property

In This Topic
    Format Property (FormattableInline)
    In This Topic
    Gets or sets the format to be applied to the object. The null value indicates the default format.
    Syntax
    'Declaration
     
    Public Property Format As TextFormat
    public TextFormat Format {get; set;}
    See Also