Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeValue class

ContentsResizeValue class

Value of margin or content size specified in percents of default space units. This class is used in ContentsResizeParameters.

class ContentsResizeValue : public System::Object

Methods

MethodDescription
static Auto()Initializes automatically calculated value.
get_IsPercent() constGets true if value is expressed in percents; False if value is expressed in default units.
get_Value() constGets specified value. Use Unit property to get value units.
static Percents(double)Initializes value in percents.
set_PercentValue(double)Sets value in percents of page size.
set_UnitValue(double)Sets value in default space units.
static Units(double)Initializes value in default space units.

See Also