PdfFileEditorContentsResizeValue Class
Value of margin or content size specified in percents of default space units. This class is used in ContentsResizeParameters.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FacadesPdfFileEditorContentsResizeValue

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class ContentsResizeValue

The PdfFileEditorContentsResizeValue type exposes the following members.

Properties
  NameDescription
Public propertyIsPercent
Gets true if value is expressed in percents; False if value is expressed in default units.
Public propertyPercentValue
Sets value in percents of page size.
Public propertyUnitValue
Sets value in default space units.
Public propertyValue
Gets specified value. Use Unit property to get value units.
Methods
  NameDescription
Public methodStatic memberAuto
Initializes automatically calculated value.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPercents
Initializes value in percents.
Public methodToString (Inherited from Object.)
Public methodStatic memberUnits
Initializes value in default space units.
See Also