Accusoft.ThumbnailXpressSdk Namespace : ThumbnailItem Class |
For a list of all members of this type, see ThumbnailItem members.
Name | Description | |
---|---|---|
CopyTo | Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data. | |
DisposeHbitmap | Object method for the disposal of device dependent bitmap thumbnail images | |
FromStream | Object method allowing a System.IO.Stream containing image data to be associated with the thumbnail item in place of specifying a filename/path containing the image data. | |
LoadAnnotationsFromStream | Loads annotations from a Stream, which is provided by the method Accusoft.NotateXpressSdk.LayerCollection.SaveToThumbnailAnnotationStream(). Note: NotateXpress is a separate control. | |
ToHbitmap | This returns a handle to a device dependent bitmap copy of the thumbnail image. Returns null if item is a directory. | |
ToHdib | This returns a handle to a device independent bitmap copy of the thumbnail image. Returns null if item is a directory. | |
ToString | Overridden object method returning a string value for the thumbnail item in the format of "ThumbnailItem[ item.Filename : item.PageNum ]" | |
TransferTo | Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object. |