In This Topic
Controls whether data should be actually read and put into the PixelData attribute at import time
Syntax
'Declaration
Public Property ImportPixelData As System.Boolean
'Usage
Dim instance As ImportArguments
Dim value As System.Boolean
instance.ImportPixelData = value
value = instance.ImportPixelData
public System.bool ImportPixelData {get; set;}
public read-write property ImportPixelData: System.Boolean;
public function get,set ImportPixelData : System.boolean
public: __property System.bool get_ImportPixelData();
public: __property void set_ImportPixelData(
System.bool value
);
public:
property System.bool ImportPixelData {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also