public PdfStandardFont StandardFamily { get; set; }
Public Property StandardFamily As PdfStandardFont
Get
Set
public:
property PdfStandardFont StandardFamily {
PdfStandardFont get ();
void set (PdfStandardFont value);
}
member StandardFamily : PdfStandardFont with get, set