Pageflex Document Action API
ImagePageNumber Property
Namespaces > Pageflex.Scripting > Image > ImagePageNumber
Gets or sets the displayed page of a multipage image.
Syntax
C# | Visual Basic | Managed C++ |
public uint ImagePageNumber { get; set; }
Public Property ImagePageNumber As UInteger
public: unsigned int ImagePageNumber { unsigned int get (); void set (unsigned int value); }
Remarks
Specifies which page of a multipage image (such as a PDF) should be displayed.
Exceptions
Exception | Condition |
---|---|
ValueOutOfRangeException | The image does not contain a page with the specified index. |
ElementNotVisibleException | The referenced shape is not Visible. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)