| | |
| | | public string Photo_2_Text { get; private set; } |
| | | public string Photo_3_Text { get; private set; } |
| | | public string Photo_4_Text { get; private set; } |
| | | public string Photo_5_Text { get; private set; } |
| | | public string Photo_6_Text { get; private set; } |
| | | public string Photo_7_Text { get; private set; } |
| | | public string Photo_8_Text { get; private set; } |
| | | |
| | | |
| | | public QISPDFController() { |
| | |
| | | Photo_2_Text = getImageByUrl(qr.Photo_2_Text__c); |
| | | Photo_3_Text = getImageByUrl(qr.Photo_3_Text__c); |
| | | Photo_4_Text = getImageByUrl(qr.Photo_4_Text__c); |
| | | Photo_5_Text = getImageByUrl(qr.Photo_5_Text__c); |
| | | Photo_6_Text = getImageByUrl(qr.Photo_6_Text__c); |
| | | Photo_7_Text = getImageByUrl(qr.Photo_7_Text__c); |
| | | Photo_8_Text = getImageByUrl(qr.Photo_8_Text__c); |
| | | } |
| | | } |
| | | |