Leadtools.Annotations Namespace : AnnRubberStampObject Class |
[SerializableAttribute()] public class AnnRubberStampObject : AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
'Declaration <SerializableAttribute()> Public Class AnnRubberStampObject Inherits AnnRectangleObject Implements System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
'Usage Dim instance As AnnRubberStampObject
public sealed class AnnRubberStampObject : System.ICloneable, IClosable //In WinRT the IDisposable interface is replaced by IClosable, ~Remove~
function Leadtools.Annotations.AnnRubberStampObject()
[SerializableAttribute()] public ref class AnnRubberStampObject : public AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
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
For more information about the rubber stamp annotation object refer to AnnRubberStampObject. For more information about the automated rubber stamp annotation object, refer to Annotation Objects - Automated Features and Automated Annotations - Stamp Picture Tab.
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
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); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2