ImageOptionsBase Constructor (ImageOptionsBase) |
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 21.2
Syntaxprotected ImageOptionsBase(
ImageOptionsBase imageOptions
)
Protected Sub New (
imageOptions As ImageOptionsBase
)
protected:
ImageOptionsBase(
ImageOptionsBase^ imageOptions
)
new :
imageOptions : ImageOptionsBase -> ImageOptionsBase
Parameters
- imageOptions
- Type: Aspose.PSDImageOptionsBase
The image options.
See Also