Click or drag to resize

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
)

Parameters

name
Type: SystemString
The name to check.

Return Value

Type: Boolean
true if the specified name is a standard name; otherwise, false.
See Also