Gets the cTM.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetCTM As Matrix2D
public:
virtual Matrix2D^ GetCTM() sealed
Return Value
Type:
Matrix2D current transformation matrix (ctm) that maps coordinates to the
initial user space.
See Also