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
public Stream PdfStream {get; set;}
See Also