DestinationGetExplicitDestObj Method |
Gets the explicit dest obj.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetExplicitDestObj()
Public Function GetExplicitDestObj As Obj
public:
virtual Obj^ GetExplicitDestObj() sealed
function GetExplicitDestObj();
Return Value
Type:
Obj the explicit destination SDF/Cos object. This is always an Array
as shown in Table 8.2 in PDF Reference Manual.
See Also