In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetForceRasterizerInterpolation Method

SetForceRasterizerInterpolation Method (GdPicturePDF)

In This Topic
Syntax
'Declaration
 
Public Sub SetForceRasterizerInterpolation( _
   ByVal Forced As Boolean _
) 
public void SetForceRasterizerInterpolation( 
   bool Forced
)
public procedure SetForceRasterizerInterpolation( 
    Forced: Boolean
); 
public function SetForceRasterizerInterpolation( 
   Forced : boolean
);
public: void SetForceRasterizerInterpolation( 
   bool Forced
) 
public:
void SetForceRasterizerInterpolation( 
   bool Forced
) 

Parameters

Forced
See Also