Returns the identifier for a page image. IDs are typically a TIFF filename with the extension .TIF.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public string PageId( int pageIndex ) |
Visual Basic |
---|
Public Function PageId ( _ pageIndex As Integer _ ) As String |
Parameters
- pageIndex
- Type: System..::..Int32
The 0 based page number of the page whose ID is being requested.
Return Value
The string name used to identify the page image.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Thrown when the ID is requested for a page that doesn't exist. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.