S
shapper
Hello,
I have the following:
public class PdfFileModel : PDFFile {
}
I get the error:
The type 'Components.PDFRender.PDFFile' has no constructors defined
What am I missing?
Basically, what I am trying to do is to have my own application class
that wraps a commercial library class named PDFFile.
Thanks,
Miguel
I have the following:
public class PdfFileModel : PDFFile {
}
I get the error:
The type 'Components.PDFRender.PDFFile' has no constructors defined
What am I missing?
Basically, what I am trying to do is to have my own application class
that wraps a commercial library class named PDFFile.
Thanks,
Miguel