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; }
// 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"); }
public void HPDF_Info_SetInfoAttr(int type, string value, HPDF_Encoder encoder) { }
// 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"); }
public void HPDF_Doc_RegisterEncoder(HPDF_Encoder encoder) { LibLogger.Debug(this.GetType(), "HPDF_Doc_RegisterEncoder"); }
public void HPDF_Stream_WriteEscapeText2(string str, HPDF_Encoder e, uint len) { LibLogger.Debug(this.GetType(), "HPDF_Stream_WriteEscapeText2"); }