ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearCommonMetadata Class / ResolutionLayersCount Property




In This Topic
ResolutionLayersCount Property
In This Topic
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