IXpsFixedDocumentReader.DocumentStructure 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 FixedDocument 的 DocumentStructure
部件(如果存在)。
public:
property System::Windows::Xps::Packaging::XpsStructure ^ DocumentStructure { System::Windows::Xps::Packaging::XpsStructure ^ get(); };
public System.Windows.Xps.Packaging.XpsStructure DocumentStructure { get; }
member this.DocumentStructure : System.Windows.Xps.Packaging.XpsStructure
Public ReadOnly Property DocumentStructure As XpsStructure
属性值
一个 XpsStructure,表示 DocumentStructure
元素(如果存在)及其子元素。
注解
XML 纸张规范 (XPS) 文档不需要文档结构部件。