The page number associated with this change.
public int PageNumber { get; set; }
Public Property PageNumber() As Integer
Get
Set
public:
property Int32 PageNumber
{
Int32 get()
void set(Int32 value)
}
1-based page number in the document associated with this change. The default value is 0.
This value will be set to the page number associated with the change when a modification of the following types occur:
For example, when history tracking is enabled and the user calls DocumentPage.Rotate, then a new item will be added with ModifyType set to DocumentHistoryModifyType.PageViewPerspective and PageNumber set to the number of the page in the document.
The value will be 0 (not used) when the change is associated with a modification of the following types since these are for the entire document and not a specific page:
Refer to Document Toolkit History Tracking for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document