PDFView4NET WinForms Edition


PaperSource Property (PDFPrintSettings)
Gets or sets the page's paper source.
Syntax
'Declaration
 
Public Property PaperSource As PaperSource
'Usage
 
Dim instance As PDFPrintSettings
Dim value As PaperSource
 
instance.PaperSource = value
 
value = instance.PaperSource
public PaperSource PaperSource {get; set;}

Property Value

A PaperSource object that specifies the source of the paper.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also