C# Class Aspose.Words.Examples.CSharp.Rendering_and_Printing.ImageColorFilters

Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
SaveBlackWhiteTIFFwithCITT4 ( Document doc, string dataDir, bool highSensitivity ) : void
SaveBlackWhiteTIFFwithLZW ( Document doc, string dataDir, bool highSensitivity ) : void
SaveBlackWhiteTIFFwithRLE ( Document doc, string dataDir, bool highSensitivity ) : void
SaveColorTIFFwithLZW ( Document doc, string dataDir, float brightness, float contrast ) : void
SaveGrayscaleTIFFwithLZW ( Document doc, string dataDir, float brightness, float contrast ) : void

Method Details

Run() public static method

public static Run ( ) : void
return void