Defines an annotation stamp object.
[SerializableAttribute()]
public class AnnRubberStampObject : Leadtools.Annotations.AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
<SerializableAttribute()>
Public Class AnnRubberStampObject
Inherits Leadtools.Annotations.AnnRectangleObject
Implements System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
[SerializableAttribute()]
public ref class AnnRubberStampObject : public Leadtools.Annotations.AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
The rubber stamp annotation object is an image that has a predefined metafile. For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET Annotations Automation (Deprecated)
For more information about the rubber stamp annotation object refer to AnnRubberStampObject (Deprecated). For more information about the automated rubber stamp annotation object, refer to Annotation Objects - Automated Features (Deprecated) and Automated Annotations - Stamp Picture Tab (Deprecated).
This example creates a new rubber stamp, and then addes it to the container.
using Leadtools;
using Leadtools.Annotations;
using Leadtools.Codecs;
using Leadtools.WinForms;
private void AnnRubberStampObject_AnnRubberStampObject(AnnContainer container)
{
AnnRubberStampObject rubberStamp = new AnnRubberStampObject();
rubberStamp.Bounds = new AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel);
rubberStamp.Type = AnnRubberStampType.Approved;
container.Objects.Add(rubberStamp);
}
Imports Leadtools
Imports Leadtools.Annotations
Imports Leadtools.Codecs
Imports Leadtools.WinForms
Private Sub AnnRubberStampObject_AnnRubberStampObject(ByVal container As AnnContainer)
Dim rubberStamp As AnnRubberStampObject = New AnnRubberStampObject()
rubberStamp.Bounds = New AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel)
rubberStamp.Type = AnnRubberStampType.Approved
container.Objects.Add(rubberStamp)
End Sub
Products |
Support |
Feedback: AnnRubberStampObject Class - Leadtools.Annotations |
Introduction |
Help Version 19.0.2017.6.20
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.