In This Topic
Document Library comes with a rich object model, providing various classes, objects, collections, associated methods and properties for managing background functions. The following table lists some of these objects and their properties.
| C1Document |
Properties: Body, CompatibilityOptions, Dictionary, DocumentInfo, Outlines, Style
Method: FindRenderObject |
| C1DocumentSource |
Properties: Credential, Document, DocumentName, PageCount, PageSettings, Paginated, Parameters, SupportedExportProviders
Methods: ClearContent, Export, Generate, GetDocumentRange, ValidateParameters |
| C1PdfDocumentSource |
Properties: Credential, Document, DocumentName, SupportedExportProviders, UseSystemRendering
Methods: LoadFromFileAsync, LoadFromStreamAsync |
| C1PrintOptions |
Properties: OutputRange
Method: AssignFrom |
| C1FoundPosition |
Properties: NearText, PositionInNearText
Methods: GetBounds, GetEnd, GetFragmentRange, GetPage, GetStart |
| C1FindTextParams |
| Properties: MatchCase, Text, WholeWord |
| BmpFilter |
| Property: ExportProvider |
| GifFilter |
| Property: ExportProvider |
| HtmlFilter |
| Property: ExportProvider |
| JpegFilter |
| Property: ExportProvider |
| PdfFilter |
| Properties: EmbedFonts, ExportProvider, PdfACompatible, UseCompression, UseOutlines |
| PngFilter |
| Property: ExportProvider |
| RtfFilter |
| Properties: ExportProvider, OpenXml, Paged, ShapesWord2007Compatible |
| TiffFilter |
| Properties: ExportProvider, Monochrome |
| XlsFilter |
| Properties: ExportProvider, OpenXml |
| ExportFilter |
Properties: DocumentInfo, ExportProvider, FileName, OutputFiles, PageSettings, Range, ShowOptions, UseZipForMultipleFiles
Methods: CanExportRange, ShowOptionsDialog |
| ExportProvider |
| Properties: CanShowOptions, DefaultExtension, FormatName |
See Also