TiffOptionsPlanarConfiguration Property |
Gets or sets the planar configuration.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffPlanarConfigs PlanarConfiguration { get; set; }
Public Property PlanarConfiguration As TiffPlanarConfigs
Get
Set
public:
property TiffPlanarConfigs PlanarConfiguration {
TiffPlanarConfigs get ();
void set (TiffPlanarConfigs value);
}
member PlanarConfiguration : TiffPlanarConfigs with get, set
Property Value
Type:
TiffPlanarConfigs
The planar configuration.
See Also