IgnoreObjectPageLayout Property (RenderC1Printable)
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