Interface IWatermarkGuardService

IWatermarkGuardService interface

public interface IWatermarkGuardService

Methods

NameDescription
EmbedImage(Stream)Embeds the image.
EmbedText(string)Embeds the text.
Init(Image)Initialize watermark guard service with image to process.
ValidateImage(Stream)Validates the image.
ValidateText(string)Validates the text.
VisitEntity(IDrawingEntity)Visits any entity of drawing.

See Also