Document Library for WinForms
C1PdfDocumentSource クラス メンバ
プロパティ  メソッド  イベント

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : C1PdfDocumentSource クラス

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

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets the current busy state of the current C1DocumentSource. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティオーバーライドされます。 Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the PDF Document.  
Public プロパティGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティオーバーライドされます。 Gets a C1Document object produced by the current document source.  
Public プロパティGets or sets the location of the PDF document. Assigning a new value to this property will reset Stream to null.  
Public プロパティオーバーライドされます。 Gets a name of the document.  
Public プロパティオーバーライドされます。 Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.  
Public プロパティGets the value indicating whether the current C1DocumentSource busy. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets a value indicating whether this C1DocumentSource is disposed and can not be longer used. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets the number of already generated pages. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティGets a collection of parameters used to generate content. C1.Win.Document.C1DocumentSourceから継承されます。
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the Stream object containing PDF content. Assigning this property new value will reset DocumentLocation to null.  
Public プロパティオーバーライドされます。 Overridden. Gets an array of exporters supported by the current document source object.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds log entry to the Log list. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドCancels currently executed async action and waits until action will be actually cancelled. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドClear generated content and sets Dirty to true. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドExecutes an action specified by the C1DocumentAction object. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the ExecuteAction method. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドExports the document into a stream in an external format using the specified export filter. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the Export method. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドGenerates the document. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the Generate method. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドオーバーライドされます。 Creates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドオーバーライドされます。 Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text.  
Public メソッドオーバーライドされます。 Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text.  
Public メソッドCreates a C1DocumentRange object that defines a word containing a specified position in the document. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドReturns a value indicating whether the Generate method can be called at the moment. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドLoads document from file.  
Public メソッドLoads document from Stream.  
Public メソッドオーバーロードされます。 Prints the generated document. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドValidates the current parameter values, refreshes their valid values' lists if the values are valid. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッドNon-blocking (asynchronous) version of the ValidateParameters method. C1.Win.Document.C1DocumentSourceから継承されます。
Public メソッド C1.Win.Document.C1DocumentSourceから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the BusyState property value changes. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the Dirty property value changes. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the ExportAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the GenerateAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the PageCount property value changes. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. C1.Win.Document.C1DocumentSourceから継承されます。
Public イベントOccurs when the ValidateParametersAsync method has completed. C1.Win.Document.C1DocumentSourceから継承されます。
トップ
参照

C1PdfDocumentSource クラス
C1.Win.Document 名前空間