ComponentOne Reports for WPF
C1.C1Preview.Export.Xps Namespace / XpsC1Doc Class
Properties Methods

In This Topic
    XpsC1Doc Class Members
    In This Topic

    The following tables list the members exposed by XpsC1Doc.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the source C1.C1Preview.C1PrintDocument.  
    Public PropertyGets or sets the delegate that will be called periodically while the document generates.  
    Public PropertyGets or sets the sender argument for the long operation event. If not set, the current object is used.  
    Public PropertyGets the XpsC1Doc.XpsDocument representing the source document. Note that the document is committed when this property is first accessed, and cannot be changed afterwards.  
    Public PropertyGets the resolution used for pages' content. In the current version, this is determined by the CreationDpi of the source C1PrintDocument.  
    Top
    Public Methods
     NameDescription
    Public MethodCommits the document.  
    Public Method  
    Public MethodConverts an absolute value in document's ResolvedUnitType units to a value in XPS pixels.  
    Public MethodConverts a C1.C1Preview.Unit value to XPS pixels using the page resolution (XpsC1Doc.XpsDpi).  
    Top
    See Also