public final class EmfPlusSetPageTransform extends EmfPlusTerminalServerRecordType
The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates.
Constructor and Description |
---|
EmfPlusSetPageTransform(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetPageTransform class. |
Modifier and Type | Method and Description |
---|---|
float |
getPageScale()
Gets or sets a 32-bit floating-point value that specifies the scale factor for converting
page space coordinates to device space coordinates.
|
int |
getPageUnit()
Gets the unit of measure for page space coordinates, from the UnitType
enumeration (section 2.1.1.33).
|
void |
setPageScale(float value)
Gets or sets a 32-bit floating-point value that specifies the scale factor for converting
page space coordinates to device space coordinates.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetPageTransform(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetPageTransform
class.
source
- The source.public int getPageUnit()
Gets the unit of measure for page space coordinates, from the UnitType enumeration (section 2.1.1.33). This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld.
Value: The page unit.public float getPageScale()
Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates.
Value: The page scale.public void setPageScale(float value)
Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates.
Value: The page scale.