Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

FaceName Property








Gets or sets the text font face name.
Syntax
public string FaceName {get; set;}
'Declaration
 
Public Property FaceName As String
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As String
 
instance.FaceName = value
 
value = instance.FaceName
public string FaceName {get; set;}
public String getFaceName()
public void setFaceName(String faceName)
            
 <br/>get_FaceName();<br/>set_FaceName(value);<br/>Object.defineProperty('FaceName'); 
public:
property String^ FaceName {
   String^ get();
   void set (    String^ value);
}

Property Value

The text font face name.
Example
For an example, refer to CodecsTxtOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

Error processing SSI file