Class PdfAddAnnotationNode
Inheritance
System.Object
PdfAddAnnotationNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class PdfAddAnnotationNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinBlob
Declaration
public DataPin InPinBlob { get; set; }
Property Value
|
Improve this Doc
View Source
InPinBlue
Declaration
public DataPin InPinBlue { get; set; }
Property Value
|
Improve this Doc
View Source
InPinContent
Declaration
public DataPin InPinContent { get; set; }
Property Value
|
Improve this Doc
View Source
InPinFontName
Declaration
public DataPin InPinFontName { get; set; }
Property Value
|
Improve this Doc
View Source
InPinFontSize
Declaration
public DataPin InPinFontSize { get; set; }
Property Value
|
Improve this Doc
View Source
InPinGreen
Declaration
public DataPin InPinGreen { get; set; }
Property Value
|
Improve this Doc
View Source
InPinHeight
Declaration
public DataPin InPinHeight { get; set; }
Property Value
|
Improve this Doc
View Source
InPinLeft
Declaration
public DataPin InPinLeft { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPageNumber
Declaration
public DataPin InPinPageNumber { get; set; }
Property Value
|
Improve this Doc
View Source
InPinRed
Declaration
public DataPin InPinRed { get; set; }
Property Value
|
Improve this Doc
View Source
InPinTop
Declaration
public DataPin InPinTop { get; set; }
Property Value
|
Improve this Doc
View Source
InPinWidth
Declaration
public DataPin InPinWidth { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeSuccess
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBlob
Declaration
public DataPin OutPinBlob { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|