 | PdfFontCollectionAdd Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string Add(
PdfFont font,
string tagName = null
)
Public Function Add (
font As PdfFont,
Optional tagName As String = Nothing
) As String
public:
String^ Add(
PdfFont^ font,
String^ tagName = nullptr
)
member Add :
font : PdfFont *
?tagName : string
(* Defaults:
let _tagName = defaultArg tagName null
*)
-> string public String Add(
PdfFont font,
String tagName = null
)
function Add(font, tagName);
Parameters
- font PdfFont
- The PdfFont to add to the PdfFontCollection.
- tagName String (Optional)
- An optional tag name under which the font will be added to the collection. Four characters max.
Return Value
StringThe tag name under which the
font was actually added to the collection.
See Also