Gets and sets the page number.
Read-write property
Visual Basic |
---|
Public Property PageNumber As Long |
The page number.
Page number controls which page to load in a multi page XML file.
This is only valid for NX_AnnotationType_XML and NX_AnnotationType_XFDF.
The PageNumber property must be set BEFORE calling RetrieveAnnotation or StoreAnnotation.
After changing the page number you must call RetrieveAnnotation or StoreAnnotation again.