PdfPageRenderOptions.SourceRect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要顯示的可攜式檔案格式 (PDF) 頁面的一部分。
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
屬性值
要顯示的可攜式檔案格式部分 (PDF) 頁面。