PdfNamedActionIsStandardName Method |
Determines whether name is a member of the set of standard names:
"NextPage", "PrevPage", "FirstPage" or "LastPage".
Namespace:
Atalasoft.PdfDoc.Actions
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static bool IsStandardName(
string name
)
Public Shared Function IsStandardName (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name to check.
Return Value
Type:
Booleantrue if the specified name is a standard name; otherwise,
false.
See Also