DestinationGetSDFObj Method |
Gets the SDFObj.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetSDFObj As Obj
public:
virtual Obj^ GetSDFObj() sealed
Return Value
Type:
Obj the object to the underlying SDF/Cos object.
The returned SDF/Cos object is an explicit destination (i.e. the Obj is either
an Array defining the destination, using the syntax shown in Table 8.2 in PDF
Reference Manual), or a dictionary with a 'D' entry whose value is such an
Array. The latter form allows additional attributes to be associated with
the destination
See Also