C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : C1PdfDocumentSource Class |
For a list of all members of this type, see C1PdfDocumentSource members.
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 OpenCompleted, GenerateCompleted and others) do not fire. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | BusyState | Gets the current busy state of the current C1DocumentSource. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Credential | Overridden. Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the PDF Document. |
![]() | Dirty | Gets a value indicating whether the current content is dirty and does not correspond to the current values of DocumentLocation, Paginated etc. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | Document | Overridden. |
![]() | DocumentLocation | Gets or sets the location of the PDF document. Assigning a new value to this property will reset Stream to null. |
![]() | DocumentName | Overridden. |
![]() | Features | Overridden. |
![]() | IsBusy | Gets the value indicating whether the current C1DocumentSource busy. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | Log | Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | PageCount | Gets the number of already generated pages. (Inherited from C1.WPF.Document.C1DocumentSource) |
![]() | PageSettings | Overridden. |
![]() | Parameters | Gets a collection of parameters used to generate content. (Inherited from C1.WPF.Document.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. |