Class PdfMatrix
Utility class to store information about Image transaction or scale matrix.
Inheritance
System.Object
PdfMatrix
Namespace: Syncfusion.Pdf.IO
Assembly: Syncfusion.Pdf.UWP.dll
Syntax
public class PdfMatrix : Object
Constructors
PdfMatrix()
Initializes a new instance of the PdfMatrix class.
Declaration
public PdfMatrix()
PdfMatrix(PdfReader, String, SizeF)
Initializes a new instance of the PdfMatrix class.
Declaration
public PdfMatrix(PdfReader ContentStream, string key, SizeF pageSize)
Parameters
Type | Name | Description |
---|---|---|
PdfReader | ContentStream | Content Stream. |
System.String | key | Key Value. |
System.Drawing.SizeF | pageSize | Page Size. |
Properties
GetHeight
Gets the image height
Declaration
public float GetHeight { get; }
Property Value
Type |
---|
System.Single |
GetScaleX
Gets the X co-ordinate value.
Declaration
public float GetScaleX { get; }
Property Value
Type |
---|
System.Single |
GetScaleY
Gets the Y co-ordinate value.
Declaration
public float GetScaleY { get; }
Property Value
Type |
---|
System.Single |
GetWidth
Gets the image width value.
Declaration
public float GetWidth { get; }
Property Value
Type |
---|
System.Single |
LeftMargin
gets the image leftmargin
Declaration
public float LeftMargin { get; }
Property Value
Type |
---|
System.Single |
TopMargin
Gets the top margin
Declaration
public float TopMargin { get; }
Property Value
Type |
---|
System.Single |