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.Xaml.Document.C1DocumentSource) |
![]() | BusyState | Gets the current busy state of the current C1DocumentSource. (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | 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.Xaml.Document.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.Xaml.Document.C1DocumentSource) |
![]() | Document | Overridden. Gets a C1Document object produced by the current document source. |
![]() | 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.Xaml.Document.C1DocumentSource) |
![]() | IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | Log | Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | PageCount | Gets the number of already generated pages. (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | Paginated | Gets or sets a value indicating whether the content should be represented as set of fixed sized pages. (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | Parameters | Gets a collection of parameters used to generate content. (Inherited from C1.Xaml.Document.C1DocumentSource) |
![]() | StorageFile | Gets or sets an Windows.Storage.IStorageFile containing the PDF content. Assigning a new value to this property will reset Stream to null. |
![]() | Stream | Gets or sets an Windows.Storage.Streams.IRandomAccessStream containing PDF content. Assigning a new value to this property will reset StorageFile to null. |
![]() | SupportedExportProviders | Overridden. Overridden. Gets an array of exporters supported by the current document source object. |
![]() | UseSystemRendering | Gets or sets a value indicating whether to use the system PDF API to render documents.
The default is true. |