Gets the style class of the HTML body tag
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public string HtmlStyleClass { get; set; } |
| Visual Basic |
|---|
Public Property HtmlStyleClass As String Get Set |
| Visual C++ |
|---|
public: property String^ HtmlStyleClass { String^ get (); void set (String^ value); } |