PdfPageRenderOptions.DestinationWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可攜式檔案格式 (PDF) 頁面轉譯的最終大小,以與裝置無關的圖元 (DIP) 。
public:
property unsigned int DestinationWidth { unsigned int get(); void set(unsigned int value); };
uint32_t DestinationWidth();
void DestinationWidth(uint32_t value);
public uint DestinationWidth { get; set; }
var uInt32 = pdfPageRenderOptions.destinationWidth;
pdfPageRenderOptions.destinationWidth = uInt32;
Public Property DestinationWidth As UInteger
屬性值
可攜式檔案格式 (PDF) 頁面相對於頁面目的地顯示寬度界限的縮放比例。
備註
DestinationWidth的值是轉譯頁面的最終大小。 如果未指定 DestinationWidth ,頁面的外觀比例會相對於目的地高度進行維護。