PdfDpiTransform Class

Transform between pixels, points and inches

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfDpiTransform
Inheritance
Object    PdfDpiTransform

Constructors

PdfDpiTransformInitializes a new instance of the PdfDpiTransform class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FromInchesToPixels Transforms inches to pixels
FromInchesToPoints Transforms inches to points
FromPixelsToInches Transforms pixels to inches
FromPixelsToPoints Transforms pixels to points
FromPointsToInches Transforms points to inches
FromPointsToPixels Transforms points to pixels
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also