PrintDocument for WinForms
C1Page クラス メンバ
プロパティ  メソッド 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : C1Page クラス

C1Pageデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets the RenderInputButton representing the accept button for the current page.  
Public プロパティGets the C1PrintDocument containing the current page.  
Public プロパティGets the collection of fragments for the current page. Note that accessing this property always initializes the Fragments collection if it has not been initialized yet. Use C1Page.HasFragments to test whether the Fragments collection exists.  
Public プロパティGets a value indicating whether the C1Page.Fragments collection for the current page has been initialized and contains one or more elements.  
Public プロパティGets a unique ID associated with the current page.  
Public プロパティGets the 0-based index of the current page in the containing collection.  
Public プロパティGets a value indicating whether the current page contains any RenderFragment objects that belong to the C1PrintDocument.Body of the document.  
Public プロパティGets the C1PageCollection containing the current page.  
Public プロパティGets or sets the logical page count.  
Public プロパティGets or sets the logical 1-based page number of the current page.  
Public プロパティGets the C1PageSettings for the current page.  
Public プロパティGets the PageResolvedInfo object corresponding to the current page. After the current page has been resolved, this property allows to retrieve absolute values describing the geometry of the page, margins, and columns.

Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties.

 
Public プロパティGets the logical horizontal coordinate of the current page in the document. This property is 0 in documents that have no horizontal pages.  
Public プロパティGets the logical vertical coordinate of the current page in the document. In documents without horizontal pages, this property corresponds to the page number minus one.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Returns a System.Drawing.Imaging.Metafile representing the current page. This method draws input controls.  
Public メソッドオーバーロードされます。 Draws the current page on a System.Drawing.Graphics.  
Public メソッドSearches for a RenderFragment at the specified position on the current page.  
Public メソッドSearches for a hyperlink at the specified position on the current page.  
Public メソッドGets the collection of all hyperlinks on the current page.  
Public メソッドGets the array of all RenderInputFragment objects on the current page.  
トップ
参照

C1Page クラス
C1.C1Preview 名前空間