ImageGear .NET v25.0 - Updated
Font Property (ImGearPDFStyle)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFStyle Class : Font Property
Gets the style's font.
Syntax
'Declaration
 
Public ReadOnly Property Font As ImGearPDFFont
'Usage
 
Dim instance As ImGearPDFStyle
Dim value As ImGearPDFFont
 
value = instance.Font
public ImGearPDFFont Font {get;}
public: __property ImGearPDFFont* get_Font();
public:
property ImGearPDFFont^ Font {
   ImGearPDFFont^ get();
}

Property Value

Integer value.
See Also

Reference

ImGearPDFStyle Class
ImGearPDFStyle Members