VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / TextOnlyFontName Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    TextOnlyFontName Property (SearchablePdfGenerator)
    In This Topic
    Gets or sets a text font name.
    Syntax
    'Declaration
    
    <CategoryAttribute("PDF")>
    <DescriptionAttribute("A text font name.")>
    Public Property TextOnlyFontName As System.String
    
    
    [Category("PDF")]
    [Description("A text font name.")]
    public System.String TextOnlyFontName { get; set; }
    
    
    [Category("PDF")]
    [Description("A text font name.")]
    public: __property System.String get_TextOnlyFontName();
    public: __property void set_TextOnlyFontName(
    System.String value
    );
    [Category("PDF")]
    [Description("A text font name.")]
    public:
    property System.String TextOnlyFontName { System.String get(); void set(System.String value); }

    Property Value

    Default value is Arial.
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Remarks

    This property has effect only for Vintasoft.Imaging.Pdf.Ocr.PdfPageCreationMode.Text mode.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also