Class PaperComponent
Inheritance
System.Object
PaperComponent
Assembly: Content.Server.dll
Syntax
public sealed class PaperComponent : SharedPaperComponent
Fields
|
Improve this Doc
View Source
Mode
Declaration
public SharedPaperComponent.PaperAction Mode
Field Value
Properties
|
Improve this Doc
View Source
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ContentSize
Declaration
public int ContentSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StampedBy
Declaration
public List<StampDisplayInfo> StampedBy { get; set; }
Property Value
|
Improve this Doc
View Source
StampState
Stamp to be displayed on the paper, state from beauracracy.rsi
Declaration
public string? StampState { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|