コード例 #1
0
 private string GetVariableValue(Document doc, String VariableName)
 {
     return doc.FindVariable(VariableName).TextValue;
 }