| PdfFieldDefaultStyle Property |
Gets or sets a default style string
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string DefaultStyle { get; set; }
Public Property DefaultStyle As String
Get
Set
public:
property String^ DefaultStyle {
String^ get ();
void set (String^ value);
}
member DefaultStyle : string with get, set
/** @property */
public String get_DefaultStyle()
/** @property */
public void set_DefaultStyle(String value)
function get_DefaultStyle();
function set_DefaultStyle(value);
Property Value
StringRemarks
Beginning with PDF 1.5, the text contents of variable text form fields, as well as
markup annotations, can include formatting (style) information. These rich text
strings are fully-formed XML documents that conform to the rich text conventions
specified for the XML Forms Architecture (XFA) specification, which is itself
a subset of the XHTML 1.0 specification, augmented with a restricted set of
CSS2 style attributes.
See Also