VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / Resolution Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    Resolution Structure Members
    In This Topic
    The following tables list the members exposed by Resolution.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Empty resolution.
    Public Properties
     NameDescription
    Public PropertyGets the horizontal resolution, in pixels per inch.
    Public PropertyGets the vertical resolution, in pixels per inch.
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether this instance is equal to a specified object.
    Public MethodReturns the hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodDetermines that resolution is empty.
    Public MethodReturns the string representation of this object.
    Public Operators
     NameDescription
    Public OperatorCompares two Resolution structures. The result specifies whether the values of the Horizontal and Vertical properties of the two Resolution structures are equal.
    Public OperatorCompares two Resolution structures. The result specifies whether the values of the Horizontal and Vertical properties of the two Resolution structures are unequal.
    See Also