GdPicture.NET.14
GdPicture14 Namespace / GdPictureDocumentConverter Class / HTMLSnapshotLoadEvent Property





In This Topic
HTMLSnapshotLoadEvent Property (GdPictureDocumentConverter)
In This Topic
Defines the load event to wait for before printing the page to PDF.
Syntax
'Declaration
 
Public Property HTMLSnapshotLoadEvent As BrowserLoadEvent
public BrowserLoadEvent HTMLSnapshotLoadEvent {get; set;}
public read-write property HTMLSnapshotLoadEvent: BrowserLoadEvent; 
public function get,set HTMLSnapshotLoadEvent : BrowserLoadEvent
public: __property BrowserLoadEvent get_HTMLSnapshotLoadEvent();
public: __property void set_HTMLSnapshotLoadEvent( 
   BrowserLoadEvent value
);
public:
property BrowserLoadEvent HTMLSnapshotLoadEvent {
   BrowserLoadEvent get();
   void set (    BrowserLoadEvent value);
}
Remarks
Default set to BrowserLoadEvent.NetworkIdle. Better processing time can be obtained by setting BrowserLoadEvent.PageLoadEventFired.
See Also