LoadDocument(GdPicturePDF,Boolean) Method
In This Topic
Loads a document from a GdPicturePDF object.
Syntax
'Declaration
Public Overloads Sub LoadDocument( _
ByVal As GdPicturePDF, _
Optional ByVal As Boolean _
)
public void LoadDocument(
GdPicturePDF ,
bool
)
public procedure LoadDocument(
: GdPicturePDF;
: Boolean
);
public function LoadDocument(
: GdPicturePDF,
: boolean
);
public: void LoadDocument(
GdPicturePDF* ,
bool
)
public:
void LoadDocument(
GdPicturePDF^ ,
bool
)
Parameters
- pdf
- A GdPicturePDF object specifying the document to load.
- ownSource
- A flag specifying if the viewer is responsible to handle disposing of the pdf parameter. The default value is true.
See Also