Get/set the font of this Chunk.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual Font Font { get; set; } |
Visual Basic |
---|
Public Overridable Property Font As Font Get Set |
Visual C++ |
---|
public: virtual property Font^ Font { Font^ get (); void set (Font^ value); } |