TiffSettings

Vue de l’ensemble

‘TiffSettings’ est une classe dans Aspose.PDF FOSS pour .NET.

Définition de la génération d’image TIFF (de profondeur des couleurs, comprimation).

Cette classe fournit 11 méthodes pour travailler avec les objets TiffSettings dans des programmes .NET. Les méthodologies disponibles comprennent: ‘Tiff Settings’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.PDF FOSS pour le package .net. Propriétés: Brightness, Compression , CoordinateType ; Dépth; Margins et 1 plus.

Propriétés

NameTypeAccessDescription
MarginsMarginsReadPage margins applied before the TIFF render.
DepthColorDepthRead/WriteThe color depth (bits per pixel).
CompressionCompressionTypeRead/WriteThe compression algorithm.
SkipBlankPagesboolRead/WriteWhether to skip blank pages during conversion.
BrightnessfloatRead/WriteBrightness adjustment (0.0-1.0, default 0.5).
ShapeShapeTypeRead/WritePreferred page orientation for rendered TIFF output.
CoordinateTypePageCoordinateTypeRead/WriteWhich page box to use for the rendered page extents.

méthodes

SignatureDescription
TiffSettings()Initializes default TIFF settings (24bpp, no compression).
TiffSettings(colorDepth: ColorDepth)Initializes TIFF settings with the specified color depth.
TiffSettings(compressionType: CompressionType)Initializes TIFF settings with the specified compression type.
TiffSettings(compression: CompressionType, colorDepth: ColorDepth)Initializes TIFF settings with the specified compression and color depth.
TiffSettings(compressionType: CompressionType, colorDepth: ColorDepth, margins: Margins)Calls TiffSettings on this TiffSettings instance.
TiffSettings(compressionType: CompressionType, colorDepth: ColorDepth, margins: Margins, skipBlankPages: bool)
TiffSettings(compressionType: CompressionType, colorDepth: ColorDepth, margins: Margins, skipBlankPages: bool, shapeType: ShapeType)
TiffSettings(margins: Margins)
TiffSettings(shapeType: ShapeType)
TiffSettings(skipBlankPages: bool)
TiffSettings(compression: CompressionType, colorDepth: ColorDepth, shape: ShapeType, brightness: float, skipBlankPages: bool)Initializes TIFF settings with all options.

Voir aussi

  • Aspose.PDF pour .NET — API d’entreprise
 Français