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 As IntPtr _
)
public void DeleteAnchorTemplate(
IntPtr
)
public procedure DeleteAnchorTemplate(
: IntPtr
);
public function DeleteAnchorTemplate(
: IntPtr
);
public: void DeleteAnchorTemplate(
IntPtr
)
public:
void DeleteAnchorTemplate(
IntPtr
)
Parameters
- AnchorTemplateID
- The Anchor template identifier.
See Also