StatusCurrentPage Property
|
The current page which is being processed.
Pages are generally, but not always, processed in order. For
example a document at the end of a document we may need to skip
back to the start to update the page numbers in the table of
contents.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public int CurrentPage { get; }
Public ReadOnly Property CurrentPage As Integer
Get
member CurrentPage : int with get
Property Value
Type:
Int32
See Also