Leadtools.Forms.DocumentWriters名前空間 > DocumentOptionsクラス :EmptyPageWidthプロパティ |
public double EmptyPageWidth {get; set;}
'Declaration
Public Property EmptyPageWidth As Double
'Usage
Dim instance As DocumentOptions Dim value As Double instance.EmptyPageWidth = value value = instance.EmptyPageWidth
public double EmptyPageWidth {get; set;}
@property (nonatomic, assign) double emptyPageWidth
public double getEmptyPageWidth() public void setEmptyPageWidth(double width)
<br/>get_EmptyPageWidth();<br/>set_EmptyPageWidth(value);<br/>Object.defineProperty('EmptyPageWidth');
DocumentWriterクラスは、空のページでドキュメントを作成することをサポートします。空のページを作成するために、IntPtr.Zeroに設定されるそのEmfHandleでDocumentPage構造体を使って、DocumentWriter.AddPageまたはDocumentWriter.InsertPageメソッドに、それを渡します。EmptyPageWidth、EmptyPageHeightとEmptyPageResolutionプロパティを目標値に設定することによって、この空のページ読込みインチのサイズを制御します。
空のページを作成するために、PageRestrictionプロパティがDocumentPageRestriction.Relaxedに設定されなければならない点に注意します。