ImageGear .NET - Updated December 24, 2018
ResolutionLayersCount Property




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearCommonMetadata Class : ResolutionLayersCount Property
Gets or sets the number of resolution layers in the image page from which ImGearPage object was loaded, or null if the format filter does not support the loading of different resolutions.
Syntax
'Declaration
 
Public Property ResolutionLayersCount As Nullable(Of Integer)
 
'Usage
 
Dim instance As ImGearCommonMetadata
Dim value As Nullable(Of Integer)
 
instance.ResolutionLayersCount = value
 
value = instance.ResolutionLayersCount

Property Value

Nullable (boxed) Integer value. See Also: ImageGear.Core.ImGearPage class.
Remarks
Currently, only PCD format sets this property.
See Also

Reference

ImGearCommonMetadata Class
ImGearCommonMetadata Members