Visual Basic (Declaration) | |
---|---|
Public Property ActivePage As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ActivePage {get; set;} |
Return Value
The index of the page that is to be drawn. This index is zero-based.Refer to RasterDocumentEngine.DrawPage(Graphics,Int32,Rectangle,Rectangle,Rectangle,Rectangle,RasterPaintProperties) example.
You should set this property before drawing a page
using RasterDocumentEngine.DrawPage(Graphics,Int32,Rectangle,Rectangle,Rectangle,Rectangle,RasterPaintProperties).
For more information, refer to Drawing Pages and Zones.
For more information, refer to Drawing Pages and Zones.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family