Udostępnij za pośrednictwem


XpsPackagingPolicy Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XpsPackagingPolicy.

Przeciążenia

XpsPackagingPolicy(XpsDocument)

Inicjuje XpsPackagingPolicy nowe wystąpienie klasy dla określonego XpsDocumentelementu .

XpsPackagingPolicy(XpsDocument, PackageInterleavingOrder)

Inicjuje XpsPackagingPolicy nowe wystąpienie klasy z określoną XpsDocument i określoną kolejnością interleave.

XpsPackagingPolicy(XpsDocument)

Inicjuje XpsPackagingPolicy nowe wystąpienie klasy dla określonego XpsDocumentelementu .

public:
 XpsPackagingPolicy(System::Windows::Xps::Packaging::XpsDocument ^ xpsPackage);
public XpsPackagingPolicy (System.Windows.Xps.Packaging.XpsDocument xpsPackage);
new System.Windows.Xps.Serialization.XpsPackagingPolicy : System.Windows.Xps.Packaging.XpsDocument -> System.Windows.Xps.Serialization.XpsPackagingPolicy
Public Sub New (xpsPackage As XpsDocument)

Parametry

xpsPackage
XpsDocument

Element XpsDocument skojarzony z tym XpsPackagingPolicyelementem .

Dotyczy

XpsPackagingPolicy(XpsDocument, PackageInterleavingOrder)

Inicjuje XpsPackagingPolicy nowe wystąpienie klasy z określoną XpsDocument i określoną kolejnością interleave.

public:
 XpsPackagingPolicy(System::Windows::Xps::Packaging::XpsDocument ^ xpsPackage, System::Windows::Xps::Packaging::PackageInterleavingOrder interleavingType);
public XpsPackagingPolicy (System.Windows.Xps.Packaging.XpsDocument xpsPackage, System.Windows.Xps.Packaging.PackageInterleavingOrder interleavingType);
new System.Windows.Xps.Serialization.XpsPackagingPolicy : System.Windows.Xps.Packaging.XpsDocument * System.Windows.Xps.Packaging.PackageInterleavingOrder -> System.Windows.Xps.Serialization.XpsPackagingPolicy
Public Sub New (xpsPackage As XpsDocument, interleavingType As PackageInterleavingOrder)

Parametry

xpsPackage
XpsDocument

Dokument specyfikacji papieru XML (XPS), do którego mają zastosowanie zasady pakowania.

interleavingType
PackageInterleavingOrder

Kolejność, w której należy przeplatać elementy dokumentu.

Dotyczy