Page Property

Summary

Gets the index of the page on which the segment is being written.

Syntax
C#
VB
C++
public int Page { get; } 
Public ReadOnly Property Page As Integer 
public: 
property int Page { 
   int get(); 
} 

Property Value

The index of the page on which the segment is being written.

Remarks

This is a zero-based index.

Example

Refer to PdfCompressorEngine example

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly