ClipPage Property (SampleC1PrintDocument)
In This Topic
Gets or sets a value indicating whether to clip the content of the current document to page margins.
The default value is false.
Syntax
'Declaration
Public Property ClipPage As Boolean
public bool ClipPage {get; set;}
See Also