Bagikan melalui


PdfPageRenderOptions.SourceRect Properti

Definisi

Mendapatkan atau mengatur sebagian halaman Portable Document Format (PDF) yang akan ditampilkan.

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

Nilai Properti

Bagian dari halaman Portable Document Format (PDF) yang akan ditampilkan.

Berlaku untuk