Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / IgnorePrintAreas Property


In This Topic
    IgnorePrintAreas Property
    In This Topic
    Gets or sets a value indicating whether ignores any print areas set when publishing.
    Syntax
    'Declaration
     
    
    Public Property IgnorePrintAreas As Boolean
    'Usage
     
    
    Dim instance As PdfExportContext
    Dim value As Boolean
     
    instance.IgnorePrintAreas = value
     
    value = instance.IgnorePrintAreas
    public bool IgnorePrintAreas {get; set;}
    See Also