PsdOptions

PsdOptions class

Opties voor het converteren naar Psd-bestandstype.

public sealed class PsdOptions : ValueObject

Constructeurs

Naam Beschrijving
PsdOptions() Initialiseert nieuw exemplaar vanPsdOptions klasse.

Eigenschappen

Naam Beschrijving
ChannelBitsCount { get; set; } Aantal bits per kleurkanaal.
ChannelsCount { get; set; } Aantal kleurkanalen.
ColorMode { get; set; } Psd-kleurmodus.
Compression { get; set; } Psd-compressiemethode.
Version { get; set; } Psd-bestandsversie.

methoden

Naam Beschrijving
override Equals(object) Bepaalt of twee objectinstanties gelijk zijn.
virtual Equals(ValueObject) Bepaalt of twee objectinstanties gelijk zijn.
override GetHashCode() Dient als de standaard hash-functie.

Zie ook