PdfPageRenderOptions.SourceRect Property

Definition

Gets or sets a portion of the Portable Document Format (PDF) page to be displayed.

public:
 property Rect SourceRect { Rect get(); void set(Rect value); };
Rect SourceRect();

void SourceRect(Rect value);
public Rect SourceRect { get; set; }
var rect = pdfPageRenderOptions.sourceRect;
pdfPageRenderOptions.sourceRect = rect;
Public Property SourceRect As Rect

Property Value

The portion of the Portable Document Format (PDF) page to be displayed.

Applies to