Compartilhar via


FixedFormatSettings.UsePDFA Property

Specifies whether PDF output is in the PDF/A format.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UsePDFA As Boolean
    Get
    Set
'Usage
Dim instance As FixedFormatSettings
Dim value As Boolean

value = instance.UsePDFA

instance.UsePDFA = value
[DataMemberAttribute]
public bool UsePDFA { get; set; }

Property Value

Type: System.Boolean
true if the PDF output is in PDF/A format; otherwise, false. The default is false.

See Also

Reference

FixedFormatSettings Class

FixedFormatSettings Members

Microsoft.Office.Word.Server.Conversions Namespace