ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF.XPS Namespace / ImGearXPSDocument Class
Members




In This Topic
    ImGearXPSDocument Class
    In This Topic
    Represents XPS document.
    Object Model
    ImGearXPSDocument ClassImGearDocument ClassImGearDocumentPageArray ClassImGearPage Class
    Syntax
    'Declaration
     
    Public Class ImGearXPSDocument 
       Inherits ImageGear.Core.ImGearDocument
    'Usage
     
    Dim instance As ImGearXPSDocument
    public class ImGearXPSDocument : ImageGear.Core.ImGearDocument 
    public __gc class ImGearXPSDocument : public ImageGear.Core.ImGearDocument 
    public ref class ImGearXPSDocument : public ImageGear.Core.ImGearDocument 
    Remarks

    This class is used to work with XPS documents.

    The XPS document can only be created and processed in single-threaded apartment (STA) threads.

    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearDocument
          ImageGear.WPF.XPS.ImGearXPSDocument

    See Also