Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PdfStream Property


In This Topic
PdfStream Property
In This Topic
Gets or sets the stream for printing the sheet as PDF.
Syntax
'Declaration
 
Public Property PdfStream As Stream
 
'Usage
 
Dim instance As PrintInfo
Dim value As Stream
 
instance.PdfStream = value
 
value = instance.PdfStream
See Also