|
MeasurementUnit |
Top Previous Next |
|
This property is used to set the measurement unit for the PDF document. Following are the possible values for TxgtMeasurementUnit:
Syntax
Default Value
muPixels
Example Code
[VC++] m_PDF.SetMeasurementUnit(muPixels);
[VB] gtPDFDocumentX1.MeasurementUnit = muPixels |