Name | Description | |
---|---|---|
m_MultiFile | (Inherited from C1.Xaml.Document.Export.ExportFilter) |
The following tables list the members exposed by GraphicsFilter.
Name | Description | |
---|---|---|
m_MultiFile | (Inherited from C1.Xaml.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
DocumentInfo | Gets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
ExportProvider | Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
FileName | Gets or sets the name of the output file. The file will be created in the folder specified by the StorageFolder property. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
MultiFile | Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
OutputFiles | Gets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
PageSettings | Gets or sets the C1.Xaml.Document.C1PageSettings providing exporting content. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
PreviewFile | Gets the Windows.Storage.IStorageFile which can be used to show preview after export. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
Range | Gets or sets the range of pages that is to be exported. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
ShowOptions | Gets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
StorageFile | Gets or sets the exported file. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
StorageFolder | Gets or sets the target folder for exported file. (The file name is specified by the FileName property.) (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
Stream | Gets or sets the output stream. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
UseZipForMultipleFiles | Gets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Xaml.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
CanExportRange | Tests whether the ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is C1.Xaml.Document.OutputRangeType.All, false otherwise. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
Dispose | Overloaded. Disposes the ExportFilter object. (Inherited from C1.Xaml.Document.Export.ExportFilter) | |
ShowOptionsDialog | Displays a dialog that allows the user to edit the export options. (Inherited from C1.Xaml.Document.Export.ExportFilter) |
Name | Description | |
---|---|---|
Finalize | (Inherited from C1.Xaml.Document.Export.ExportFilter) |