Table of Contents

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

float

Index

Page index

public int Index { readonly get; set; }

Property Value

int

Position

Position of the page start

public SKPoint Position { readonly get; set; }

Property Value

SKPoint