XpsPackagingPolicy.AcquireXmlWriterForFixedPage Method

Definition

Acquires the XmlWriter for the current FixedPage.

public:
 override System::Xml::XmlWriter ^ AcquireXmlWriterForFixedPage();
public override System.Xml.XmlWriter AcquireXmlWriterForFixedPage ();
override this.AcquireXmlWriterForFixedPage : unit -> System.Xml.XmlWriter
Public Overrides Function AcquireXmlWriterForFixedPage () As XmlWriter

Returns

The XML writer for the current FixedPage.

Applies to

See also