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





In This Topic
HTMLConversionDelay Property (GdPictureDocumentConverter)
In This Topic
Specify a delay in milliseconds before the print to PDF step
Syntax
'Declaration
 
Public Property HTMLConversionDelay As Nullable(Of Integer)
public Nullable<int> HTMLConversionDelay {get; set;}
public read-write property HTMLConversionDelay: Nullable; 
public function get,set HTMLConversionDelay : Nullable
public: __property Nullable<int> get_HTMLConversionDelay();
public: __property void set_HTMLConversionDelay( 
   Nullable<int> value
);
public:
property Nullable<int> HTMLConversionDelay {
   Nullable<int> get();
   void set (    Nullable<int> value);
}
See Also