ImageGear .NET - Updated
DefaultStyle Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : DefaultStyle Property
Gets or sets the default style property of the field. This string specifies the default values for style attributes which are not overridden by other visual properties of the field.
Syntax
'Declaration
 
Public Property DefaultStyle As String
'Usage
 
Dim instance As Field
Dim value As String
 
instance.DefaultStyle = value
 
value = instance.DefaultStyle
public string DefaultStyle {get; set;}
public: __property string* get_DefaultStyle();
public: __property void set_DefaultStyle( 
   string* value
);
public:
property String^ DefaultStyle {
   String^ get();
   void set (    String^ value);
}

Property Value

The default style (DS) entry in the field's dictionary.
Remarks
ImageGear currently does not support this string when creating appearances.
See Also

Reference

Field Class
Field Members