ImageGear v26.3 - Updated
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
    public Nullable<int> ResolutionLayersCount {get; set;}
    public: __property Nullable<int> get_ResolutionLayersCount();
    public: __property void set_ResolutionLayersCount( 
       Nullable<int> value
    );
    public:
    property Nullable<int> ResolutionLayersCount {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }

    Property Value

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