PdfDestinationPageNumberField constructor
Initializes a new instance of the PdfDestinationPageNumberField class may include with PdfFont, PdfBrush and Rect.
Implementation
PdfDestinationPageNumberField({
PdfPage? page,
super.font,
super.brush,
super.bounds,
}) {
if (page != null) {
this.page = page;
}
}