Spread Windows Forms 12.0 Product Documentation
PdfStream Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > PrintInfo Class : PdfStream Property
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
public Stream PdfStream {get; set;}

Property Value

Stream containing the PDF printing output
See Also

Reference

PrintInfo Class
PrintInfo Members