Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class / Thumbnail Property

In This Topic
    Thumbnail Property
    In This Topic
    Gets or sets the display mode of the document thumbnail. Set to true to enable scaling of the document thumbnail to the display. Set to false to enable cropping of the document thumbnail to show only sections that fits the display.
    Syntax
    'Declaration
     
    Public Property Thumbnail As System.Nullable(Of Boolean)
    public System.Nullable<bool> Thumbnail {get; set;}
    See Also