DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcGifReader Class
Properties Methods

GcGifReader Class Members

The following tables list the members exposed by GcGifReader.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the number of Comment Extensions in the source GIF file.  
Public PropertyGets the horizontal DPI of the Logical Screen.  
Public PropertyGets the vertical DPI of the Logical Screen.  
Public PropertyIf possible, gets full path to the associated .gif file.  
Public PropertyGets the list of frames in the associated GIF file.  
Public PropertyGets a value indicating if there is the Global Color Table in the GIF file.  
Public PropertyGets or sets the raw ICC profile data for the frames.  
Public PropertyGets a value indicating whether the GcGifReader has been disposed of.  
Public PropertyGets the height, in pixels, of the Logical Screen where the frames will be rendered.  
Public PropertyGets the width, in pixels, of the Logical Screen where the frames will be rendered.  
Public PropertyGets the number of iterations the animated GIF should be executed. 0 means infinite loop.  
Public PropertyGets a value indicating if the associated stream should be closed when the GcGifReader is disposed.  
Public PropertyGets the quotient of the pixel's width over its height.  
Public PropertyGets the Stream associated with GcGifReader.  
Public PropertyGets the start position in the associated Stream.  
Top
Public Methods
 NameDescription
Public MethodApplies a license key to an instance of GcGifReader.  
Public MethodClean up any resources being used.  
Public MethodIf the Comment Extension is present in the source GIF file this method decodes the comment using the specified Encoding and returns it as a string.  
Public MethodIf the Comment Extension is present in the source GIF file this method returns the comment data as is, without decoding.  
Public MethodReturns a palette with sorted opaque colors in 32-bit ARGB format retrieved from the Global Color Table.  
Top
See Also