PdfPage class

Copyright © 2018-2024 PSPDFKit GmbH. All rights reserved.

THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE PSPDFKIT LICENSE AGREEMENT. UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES. This notice may not be removed from this file.

This class represents a PDF page that can be passes to generatePdf.

Constructors

PdfPage({required Uri sourceDocumentUri, required int pageIndex, required PagePosition position, required PageZOrder zOrder, String? password})

Properties

hashCode int
The hash code for this object.
no setterinherited
pageIndex int
Page index ranging from 0 to n-1
final
password String?
Document password for a protected document
final
position PagePosition
Page position.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDocumentUri Uri
Document URI
final
zOrder PageZOrder
Page zIndex with either FOREGROUND or BACKGROUND
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited