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