PdfPageRenderOptions.DestinationWidth プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスに依存しないピクセル (DIP) のポータブル ドキュメント形式 (PDF) ページのレンダリングの最終サイズを取得または設定します。
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 が指定されていない場合、ページの縦横比は移動先の高さに対して相対的に維持されます。