C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PageSettings Class / IsPaperKindKnown Method
The value to check.

In This Topic
IsPaperKindKnown Method
In This Topic
Gets a value indicating whether the specified PaperKind is known and defined in the PaperKind enumeration.
Syntax
'Declaration
 
Public Shared Function IsPaperKindKnown( _
   ByVal paperKind As PaperKind _
) As Boolean
 

Parameters

paperKind
The value to check.

Return Value

true if value is known, false otherwise.
See Also