XFINIUM.PDF.View.Win Documentation
CropBox Property



Xfinium.Pdf.View Namespace > PdfVisualPage Class : CropBox Property
Gets or sets the crop box.
Syntax
'Declaration
 
Public Property CropBox As Xfinium.Pdf.Graphics.PdfStandardRectangle
'Usage
 
Dim instance As PdfVisualPage
Dim value As Xfinium.Pdf.Graphics.PdfStandardRectangle
 
instance.CropBox = value
 
value = instance.CropBox
public Xfinium.Pdf.Graphics.PdfStandardRectangle CropBox {get; set;}
public:
property Xfinium.Pdf.Graphics.PdfStandardRectangle^ CropBox {
   Xfinium.Pdf.Graphics.PdfStandardRectangle^ get();
   void set (    Xfinium.Pdf.Graphics.PdfStandardRectangle^ value);
}

Property Value

A Xfinium.Pdf.Graphics.PdfStandardRectangle, expressed in default user space units, defining the visible region of default user space.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualPage Class
PdfVisualPage Members