Class DigitalSignatureObject
The class for representing visible digital signature in the report.
Inheritance
System.Object
DigitalSignatureObject
Assembly: FastReport.dll
Syntax
public class DigitalSignatureObject : PictureObjectBase, IDisposable, IFRSerializable
Properties
ImageHeight
Declaration
protected override float ImageHeight { get; }
Property Value
Type |
Description |
System.Single |
|
Overrides
ImageWidth
Declaration
protected override float ImageWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Overrides
Methods
DrawImage(FRPaintEventArgs)
Declaration
public override void DrawImage(FRPaintEventArgs e)
Parameters
Overrides
DrawImageInternal2(IGraphics, PointF, PointF, PointF)
Declaration
protected override void DrawImageInternal2(IGraphics graphics, PointF upperLeft, PointF upperRight, PointF lowerLeft)
Parameters
Type |
Name |
Description |
FastReport.IGraphics |
graphics |
|
System.Drawing.PointF |
upperLeft |
|
System.Drawing.PointF |
upperRight |
|
System.Drawing.PointF |
lowerLeft |
|
Overrides
LoadImage()
Declaration
public override void LoadImage()
Overrides
ResetImageIndex()
Declaration
protected override void ResetImageIndex()
Overrides
Implements