Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class
Properties Methods

In This Topic
    GcWicTiffWriter Class Members
    In This Topic

    The following tables list the members exposed by GcWicTiffWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the compression level (0.0, 1.0).

    0.0 means the least efficient but fast compression. 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output.

     
    Public PropertyGets or sets the TIFF compression method.  
    Public PropertyGets the current frame's GcWicBitmap.  
    Public PropertyGets or sets the default height of a frame, in DIPs.  
    Public PropertyGets or sets the default width of a frame, in DIPs.  
    Public PropertyGets or sets the transformation chain to be applied to the next saved frame.  
    Public PropertyGets or sets a value indicating if the image is opaque.  
    Public PropertyGets or sets the DPI resolution of the image.  
    Top
    Public Methods
     NameDescription
    Public MethodWrites the specified bitmap to the output stream as the next frame.  
    Public MethodApplies a license key to an instance of GcWicTiffWriter.  
    Public MethodClean up any resources being used.  
    Public MethodOverloaded. Saves the previous frame to the output stream and creates a new frame with default width and height.  
    Public MethodAssigns a shared instance of the FontCache object.  
    Top
    See Also