←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly