blob: abf8ad497466f08628a4b1d0fe5556b90e8fd514 [file] [log] [blame]
#include "SkPdfPrinterMarkAnnotationDictionary_autogen.h"
std::string SkPdfPrinterMarkAnnotationDictionary::Subtype() const {
std::string ret;
if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subtype", "", &ret)) return ret;
// TODO(edisonn): warn about missing required field, assert for known good pdfs
return "";
}
std::string SkPdfPrinterMarkAnnotationDictionary::MN() const {
std::string ret;
if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "MN", "", &ret)) return ret;
// TODO(edisonn): warn about missing required field, assert for known good pdfs
return "";
}