C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class


C1PdfDocumentSource Class Properties

For a list of all members of this type, see C1PdfDocumentSource members.

Public Properties
 NameDescription
Public PropertyGets 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)
Public PropertyGets the current busy state of the current C1DocumentSource. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyOverridden. Overridden. Gets or sets System.Net.NetworkCredential object defining credentials used in the PDF Document.  
Public PropertyGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets 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)
Public PropertyOverridden. Gets a C1Document object produced by the current document source.  
Public PropertyOverridden. Gets a name of the document.  
Public PropertyOverridden. Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.  
Public PropertyGets the value indicating whether the current C1DocumentSource busy. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets a value indicating whether this C1DocumentSource is disposed and can not be longer used. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets the number of already generated pages. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets or sets a value indicating whether the content should be represented as set of fixed sized pages. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets a collection of parameters used to generate content. (Inherited from C1.Xaml.Document.C1DocumentSource)
Public PropertyGets or sets an Windows.Storage.IStorageFile containing the PDF content. Assigning a new value to this property will reset Stream to null.  
Public PropertyGets or sets an Windows.Storage.Streams.IRandomAccessStream containing PDF content. Assigning a new value to this property will reset StorageFile to null.  
Public PropertyOverridden. Overridden. Gets an array of exporters supported by the current document source object.  
Public PropertyGets or sets a value indicating whether to use the system PDF API to render documents.

The default is true.

 
Top
See Also