PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / PaperSourceRawKind Property

In This Topic
    PaperSourceRawKind Property (C1PageSettings)
    In This Topic
    Gets or sets the integer representing one of the PaperSourceKind values or a custom value.
    Syntax
    'Declaration
     
    Public Property PaperSourceRawKind As Integer
    public int PaperSourceRawKind {get; set;}
    See Also