Gets the SDFDoc.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetDoc As SDFDoc
public:
virtual SDFDoc^ GetDoc() sealed
Return Value
Type:
SDFDoc
The document to which this object belongs to.
Remarks
This method can be invoked on any Obj.
See Also