GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureDocumentConverter Class / HTMLCustomCSS Property





In This Topic
HTMLCustomCSS Property (GdPictureDocumentConverter)
In This Topic
Custom CSS to add in the page before the print to PDF step.
Syntax
'Declaration
 
Public Property HTMLCustomCSS As String
public string HTMLCustomCSS {get; set;}
public read-write property HTMLCustomCSS: String; 
public function get,set HTMLCustomCSS : String
public: __property string* get_HTMLCustomCSS();
public: __property void set_HTMLCustomCSS( 
   string* value
);
public:
property String^ HTMLCustomCSS {
   String^ get();
   void set (    String^ value);
}
See Also