Struct PdfPagePosition
- Namespace
- DrawnUi.Infrastructure
- Assembly
- DrawnUi.Maui.dll
public struct PdfPagePosition
- Inherited Members
- Extension Methods
Properties
Height
This can sometimes be less then the paper size if the content is smaller
public float Height { readonly get; set; }
Property Value
Index
Page index
public int Index { readonly get; set; }
Property Value
Position
Position of the page start
public SKPoint Position { readonly get; set; }