Click or drag to resize
ThumbnailSettings Class
Exposes properties related to Thumbnails for HTML5 conversion.
Inheritance Hierarchy
SystemObject
  DigitalOfficePro.Html5PointSdkThumbnailSettings

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public class ThumbnailSettings : IThumbnailSettings

The ThumbnailSettings type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailSettings
Default Constructor for initialization
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFormat
Thumbnail format, default format Jpg. Read/write.
Public propertyScale
Thumbnail scale, default value 10. Read/write.
Top
See Also