Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / RichTextHeaderFooterParser Class / PagePrintInfo Property


In This Topic
    PagePrintInfo Property
    In This Topic
    Gets or sets the page printing information.
    Syntax
    'Declaration
     
    
    Public Property PagePrintInfo As PagePrintInfo
    'Usage
     
    
    Dim instance As RichTextHeaderFooterParser
    Dim value As PagePrintInfo
     
    instance.PagePrintInfo = value
     
    value = instance.PagePrintInfo
    public PagePrintInfo PagePrintInfo {get; set;}
    See Also