Documents for PDF, .NET Edition Documentation
PageBoundary Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : PageBoundary Enumeration
Specifies the types of page boundaries. See PDF specification for details.
Syntax
'Declaration
 
Public Enum PageBoundary 
   Inherits System.Enum
public enum PageBoundary : System.Enum 
Members
MemberDescription
ArtBoxThe extent of the page’s meaningful content (including potential white space) as intended by the page’s creator.
BleedBoxThe region to which the contents of the page should be clipped when output in a production environment.
CropBoxThe region to which the contents of the page are to be clipped (cropped) when displayed or printed.
MediaBoxThe boundaries of the physical medium on which the page is to be printed.
TrimBoxThe intended dimensions of the finished page after trimming.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.PageBoundary

See Also

Reference

GrapeCity.Documents.Pdf Namespace