[]
        
(Showing Draft Content)

C1.Win.Document.C1PdfDocumentSource

C1PdfDocumentSource Class

Represents a document source which loads and renders PDF documents.

Inheritance
C1DocumentSource
C1PdfDocumentSource
C1PdfDocumentSource
Implements
Namespace: C1.Win.Document
Assembly: C1.Win.Document.10.dll
Syntax
[C1Description("C1PdfDocumentSource", "Represents a document source to access a PDF document.")]
public class C1PdfDocumentSource : C1PdfDocumentSource, IComponent, IDisposable
<C1Description("C1PdfDocumentSource", "Represents a document source to access a PDF document.")>
Public Class C1PdfDocumentSource
    Inherits C1PdfDocumentSource
    Implements IComponent, IDisposable

Constructors

Name Description
C1PdfDocumentSource()

Initializes a new instance of the C1PdfDocumentSource class.

C1PdfDocumentSource(IContainer)

Initializes a new instance of the C1PdfDocumentSource class.

Properties

Name Description
PageSettings

Not supported for C1.Document.C1PdfDocumentSource, returns settings of first document's page or null if document has no pages.

SupportedExportProviders

Overridden. Gets an array of exporters supported by the current document source object.

Methods

Name Description
GetPageMetafile(int, out Metafile, out bool)
InternalPrint(C1PrintOptions, IExecutionContext)