SharpLeaf Reference > Frame : PageElement Class > Id Property Frame.Id Property
String identifier of the frame, that ought to be unique.
Useful only when not using the frame in the order in which they were added to the PageLayout, that is, setting a special PageLayout.FrameList, or calling SharpLeaf.NextFrame with an identifier string.
public string Id {get; set;}
Example
frame.Id = "MyFrame";
See also ...Advanced DocumentLayouts | SharpLeaf.NextFrame Method | PageLayout.FrameList Property | Frame.Members
Send comments on this topic © Dyalog Ltd 2021
|