Exemplo n.º 1
0
        public HPDF_String(string value = "", HPDF_Encoder encoder = null)
        {
            LibLogger.Debug(this.GetType(), "HPDF_String");

            Value           = value;
            Encoder         = encoder;
            Header.ObjClass = HPDF_Obj_Header.HPDF_OCLASS_STRING;
        }
Exemplo n.º 2
0
 // TODO: body
 public void HPDF_TextAnnot_New(HPDF_Xref xref, HPDF_Rect rect, string text, HPDF_Encoder enecoder)
 {
     LibLogger.Debug(this.GetType(), "HPDF_TextAnnot_New");
 }
Exemplo n.º 3
0
 public void HPDF_Info_SetInfoAttr(int type, string value, HPDF_Encoder encoder)
 {
 }
Exemplo n.º 4
0
 // TODO body
 public HPDF_Outline(bool root = false, HPDF_Outline parent = null, string title = "", HPDF_Encoder encoder = null, HPDF_Xref xref = null)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Outline");
 }
Exemplo n.º 5
0
 public void HPDF_Doc_RegisterEncoder(HPDF_Encoder encoder)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Doc_RegisterEncoder");
 }
Exemplo n.º 6
0
 public void HPDF_Stream_WriteEscapeText2(string str, HPDF_Encoder e, uint len)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Stream_WriteEscapeText2");
 }