Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / TrimBox Property

In This Topic
    TrimBox Property
    In This Topic
    Gets or sets a rectangle, in points, defining the intended dimensions of the finished page after trimming Default value is CropBox.
    Syntax
    'Declaration
     
    Public Property TrimBox As System.Nullable(Of RectangleF)
    public System.Nullable<RectangleF> TrimBox {get; set;}
    See Also