Aspose::Pdf::Facades::PdfFileEditor::ContentsResizeValue class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| static Auto() | Initializes automatically calculated value. |
| get_IsPercent() const | Gets true if value is expressed in percents; False if value is expressed in default units. |
| get_Value() const | Gets 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
- Class Object
- Class PdfFileEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++