Name | Description | |
---|---|---|
C1PdfDocumentSource Constructor | Overloaded. |
The following tables list the members exposed by C1PdfDocumentSource.
Name | Description | |
---|---|---|
C1PdfDocumentSource Constructor | Overloaded. |
Name | Description | |
---|---|---|
AsyncMethodsUseAwaitPattern | 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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
BusyState | Gets the current busy state of the current C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Container | (Inherited from System.ComponentModel.Component) | |
Credential | Overridden. Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the PDF Document. | |
DefaultPrintOptions | Gets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Dirty | Gets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Document | Overridden. Gets a C1Document object produced by the current document source. | |
DocumentLocation | Gets or sets the location of the PDF document. Assigning a new value to this property will reset Stream to null. | |
DocumentName | Overridden. Gets a name of the document. | |
Features | Overridden. Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource. | |
IsBusy | Gets the value indicating whether the current C1DocumentSource busy. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Log | Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). (Inherited from C1.Win.C1Document.C1DocumentSource) | |
PageCount | Gets the number of already generated pages. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Parameters | Gets a collection of parameters used to generate content. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Site | (Inherited from System.ComponentModel.Component) | |
Stream | Gets or sets the Stream object containing PDF content. Assigning this property new value will reset DocumentLocation to null. | |
SupportedExportProviders | Overridden. Overridden. Gets an array of exporters supported by the current document source object. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AddToLog | Overloaded. Adds log entry to the Log list. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
CancelAsync | Cancels currently executed async action and waits until action will be actually cancelled. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ClearContent | Clear generated content and sets Dirty to true. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteAction | Executes an action specified by the C1DocumentAction object. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteActionAsync | Non-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExecuteActionAsyncEx | Non-blocking (asynchronous) version of the ExecuteAction method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Export | Exports the document into a stream in an external format using the specified export filter. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExportAsync | Non-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ExportAsyncEx | Non-blocking (asynchronous) version of the Export method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Generate | Generates the document. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GenerateAsync | Non-blocking (asynchronous) version of the Generate method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GenerateAsyncEx | Non-blocking (asynchronous) version of the Generate method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GetDocumentRange | Overridden. Creates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetPageDocumentRange | Overridden. Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. | |
GetWholeDocumentRange | Overridden. Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. | |
GetWordDocumentRange | Creates a C1DocumentRange object that defines a word containing a specified position in the document. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IsGenerateAllowed | Returns a value indicating whether the Generate method can be called at the moment. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
LoadFromFile | Loads document from file. | |
LoadFromStream | Loads document from Stream. | |
Overloaded. Prints the generated document. (Inherited from C1.Win.C1Document.C1DocumentSource) | ||
ToString | (Inherited from System.ComponentModel.Component) | |
ValidateParameters | Validates the current parameter values, refreshes their valid values' lists if the values are valid. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ValidateParametersAsync | Non-blocking (asynchronous) version of the ValidateParameters method. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ValidateParametersAsyncEx | Non-blocking (asynchronous) version of the ValidateParameters method. (Inherited from C1.Win.C1Document.C1DocumentSource) |
Name | Description | |
---|---|---|
BusyStateChanged | Occurs when the BusyState property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
DirtyChanged | Occurs when the Dirty property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
ExportCompleted | Occurs when the ExportAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
GenerateCompleted | Occurs when the GenerateAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
LongOperation | Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
PageCountChanged | Occurs when the PageCount property value changes. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
SecurityError | 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. (Inherited from C1.Win.C1Document.C1DocumentSource) | |
ValidateParametersCompleted | Occurs when the ValidateParametersAsync method has completed. (Inherited from C1.Win.C1Document.C1DocumentSource) |