PdfPageRenderOptions.SourceRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.