XpsPackagingPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the writer, resource, print ticket, and package relationship settings that are associated with a specified XpsDocument.
public ref class XpsPackagingPolicy : System::Windows::Xps::Serialization::BasePackagingPolicy
public class XpsPackagingPolicy : System.Windows.Xps.Serialization.BasePackagingPolicy
type XpsPackagingPolicy = class
inherit BasePackagingPolicy
Public Class XpsPackagingPolicy
Inherits BasePackagingPolicy
- Inheritance
Constructors
XpsPackagingPolicy(XpsDocument) |
Initializes a new instance of the XpsPackagingPolicy class for a specified XpsDocument. |
XpsPackagingPolicy(XpsDocument, PackageInterleavingOrder) |
Initializes a new instance of the XpsPackagingPolicy class with a specified XpsDocument and specified interleave order. |
Properties
CurrentFixedDocumentUri |
Gets the uniform resource identifier (URI) of the current fixed document. |
CurrentFixedPageUri |
Gets the uniform resource identifier (URI) of the current fixed page. |
Methods
Events
PackagingProgressEvent |
Occurs when a FixedPage, FixedDocument, or FixedDocumentSequence is added to the XpsDocument. |
Explicit Interface Implementations
IDisposable.Dispose() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Inherited from BasePackagingPolicy) |