Click or drag to resize

PdfMetamorphosisSizes Class

Class to set the component's options in inches, mm and pixels.
Inheritance Hierarchy
SystemObject
  SautinSoftPdfMetamorphosisSizes

Namespace: SautinSoft
Assembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2024.1.12
Syntax
public class Sizes

The PdfMetamorphosisSizes type exposes the following members.

Constructors
 NameDescription
Public methodPdfMetamorphosisSizes Creates an instance of the Sizes class.
Top
Properties
 NameDescription
Public propertyInch Value in inches.
Public propertyMm Value in mm.
Public propertyPix Value in pixels.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFromInch Get Sizes object from inches.
Public methodStatic memberFromMm Get Sizes object from mm.
Public methodStatic memberFromPix Get Sizes object from pixes.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
 NameDescription
Public operatorStatic memberAddition(PdfMetamorphosisSizes, PdfMetamorphosisSizes) Allows to concatenate two Sizes objects.
Top
See Also