public 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, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.