Intersoft ClientUI Documentation
BleedBox Property



When overridden in a derived class, gets the area for print production-related bleeds, registration marks, and crop marks that may appear on the physical sheet outside the logical page boundaries.
Syntax
Public Overridable ReadOnly Property BleedBox As Rect
Dim instance As DocumentPage
Dim value As Rect
 
value = instance.BleedBox
public virtual Rect BleedBox {get;}
public:
virtual property Rect BleedBox {
   Rect get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentPage Class
DocumentPage Members

Send Feedback