SystemDrawingImageFrame

SystemDrawingImageFrame class

Represents an image frame where a watermark can be placed (System.Drawing implementation).

public class SystemDrawingImageFrame : ContentPart

Properties

Name Description
Height { get; } Gets the height of this SystemDrawingImageFrame in pixels.
Width { get; } Gets the width of this SystemDrawingImageFrame in pixels.

Methods

Name Description
FindImages() Finds all images in the content. The search is conducted in the objects specified in SearchableObjects.
FindImages(ImageSearchCriteria) Finds images according to the specified search criteria. The search is conducted in the objects specified in SearchableObjects.
Search() Finds all possible watermarks in the content. The search is conducted in the objects specified in SearchableObjects.
Search(SearchCriteria) Finds possible watermarks according to specified search criteria. The search is conducted in the objects specified in SearchableObjects.

See Also