VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageSize Class
Constructors Properties Methods SeeAlso
In This Topic
ImageSize Class Members
In This Topic
The following tables list the members exposed by ImageSize.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets an image height, in DIP.
Public PropertyGets an image height, in inches.
Public PropertyGets an image height, in pixels.
Public PropertyGets a paper size kind.
Public PropertyGets an image resolution.
Public PropertyGets an image width, in DIP.
Public PropertyGets an image width, in inches.
Public PropertyGets an image width, in pixels.
Public Methods
 NameDescription
Public MethodCreates a new ImageSize that is a copy of the current instance.
Public MethodDetermines whether the specified System.Object, is equal to this instance.
Public Methodstatic (Shared in Visual Basic)Creates the new ImageSize from specified DIP-size.
Public Methodstatic (Shared in Visual Basic)Creates the new ImageSize from specified image.
Public Methodstatic (Shared in Visual Basic)Creates the new ImageSize from specified inch-size and Resolution.
Public Methodstatic (Shared in Visual Basic)Creates the new ImageSize from specified millimeter-size and Resolution.
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the new from specified and .
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the new from rotated and .
Public Methodstatic (Shared in Visual Basic)Creates the new ImageSize from specified pixel-size and Resolution.
Public MethodReturns a hash code for this instance.
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
Public MethodReturns a string that represents the current ImageSize.
See Also