Intersoft ClientUI Documentation
BleedBox Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > DocumentPage Class : 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

Visual Basic (Declaration) 
Public Overridable ReadOnly Property BleedBox As Rect
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim value As Rect
 
value = instance.BleedBox
C# 
public virtual Rect BleedBox {get;}
Delphi 
public read-only property BleedBox: Rect; virtual; 
JScript 
public function get BleedBox : Rect
Managed Extensions for C++ 
public: __property virtual Rect get_BleedBox();
C++/CLI 
public:
virtual property Rect BleedBox {
   Rect get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.