Gets or sets a value indicating whether the exported document should exactly match the appearance of the original document. Usually this can only be achieved at the cost of preserving the logical structure and/or ease of editing of the exported document.
シンタックス
'宣言
Public Property FixedPositioning As System.Boolean
'使用法
Dim instance As ComplexExporter
Dim value As System.Boolean
instance.FixedPositioning = value
value = instance.FixedPositioning
public System.bool FixedPositioning {get; set;}
プロパティ値
true if exact appearance should be preserved,
false otherwise.
参照