ImageGear for .NET
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
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);
}
'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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback