SDFDocGetHintStream Method |
Gets document's initial linearization hint stream if it is available.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetHintStream()
Public Function GetHintStream As Obj
public:
virtual Obj^ GetHintStream() sealed
function GetHintStream();
Return Value
Type:
Obj
The linearization hint stream of the original document or null if the hint stream is not available.
See Also