다음을 통해 공유


ConversionJobSettings.AddThumbnail Property

Gets or sets a value that indicates whether the document is saved with an added thumbnail.

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

Syntax

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

value = instance.AddThumbnail

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

Property Value

Type: System.Boolean
true if the document should be saved with an added thumbnail; otherwise, false. The default is false.

Remarks

Setting this property to true has the same effect as checking Save Thumbnail in the Save As dialog in Word.

See Also

Reference

ConversionJobSettings Class

ConversionJobSettings Members

Microsoft.Office.Word.Server.Conversions Namespace