PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / IsPaperKindKnown Method
The value to check.

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

    Parameters

    paperKind
    The value to check.

    Return Value

    true if value is known, false otherwise.
    See Also