The Anchor template identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / DeleteAnchorTemplate Method

DeleteAnchorTemplate Method (GdPictureImaging)

In This Topic
Releases from the memory an Anchor Template previously created by the CreateAnchorTemplate method.
Syntax
'Declaration
 
Public Sub DeleteAnchorTemplate( _
   ByVal AnchorTemplateID As IntPtr _
) 
public void DeleteAnchorTemplate( 
   IntPtr AnchorTemplateID
)
public procedure DeleteAnchorTemplate( 
    AnchorTemplateID: IntPtr
); 
public function DeleteAnchorTemplate( 
   AnchorTemplateID : IntPtr
);
public: void DeleteAnchorTemplate( 
   IntPtr AnchorTemplateID
) 
public:
void DeleteAnchorTemplate( 
   IntPtr AnchorTemplateID
) 

Parameters

AnchorTemplateID
The Anchor template identifier.
See Also