A combination of members of the RAWImageLoadingOptions enumeration. Default value is Preview.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / SetRawImageLoadingOptions Method

SetRawImageLoadingOptions Method (GdPictureImaging)

In This Topic
Specifies how this object should subsequently open RAW image.
Syntax
'Declaration

 

Public Sub SetRawImageLoadingOptions( _

   ByVal Options As RAWImageLoadingOptions _

) 
public void SetRawImageLoadingOptions( 

   RAWImageLoadingOptions Options

)
public procedure SetRawImageLoadingOptions( 

    Options: RAWImageLoadingOptions

); 
public function SetRawImageLoadingOptions( 

   Options : RAWImageLoadingOptions

);
public: void SetRawImageLoadingOptions( 

   RAWImageLoadingOptions Options

) 
public:

void SetRawImageLoadingOptions( 

   RAWImageLoadingOptions Options

) 

Parameters

Options
A combination of members of the RAWImageLoadingOptions enumeration. Default value is Preview.
See Also