Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / IgnoreObjectPageLayout Property

In This Topic
    IgnoreObjectPageLayout Property
    In This Topic
    Gets or sets a value indicating whether the page layout specified on the document returned by the Stream C1PrintableGetTree() method should be ignored.
    Syntax
    'Declaration
     
    Public Property IgnoreObjectPageLayout As Boolean
    public bool IgnoreObjectPageLayout {get; set;}
    See Also